diff --git a/.forgejo/workflows/deploy.yml b/.forgejo/workflows/deploy.yml index ac38248..bbf03a4 100644 --- a/.forgejo/workflows/deploy.yml +++ b/.forgejo/workflows/deploy.yml @@ -57,7 +57,6 @@ jobs: - name: Copy build to host pages mount if: github.event_name == 'push' && github.ref == 'refs/heads/main' - uses: http://forgejo:3000/andras/ci-actions/deploy-pages@main - with: - source: dist - target: fleeting + run: | + apt update && apt install -y rsync + rsync -a --delete dist/ /pages/fleeting