diff --git a/.forgejo/workflows/publish.yml b/.forgejo/workflows/publish.yml index bbaf253..3aea1ae 100644 --- a/.forgejo/workflows/publish.yml +++ b/.forgejo/workflows/publish.yml @@ -79,9 +79,10 @@ jobs: - name: Deploy to pages mount if: github.event_name == 'push' && github.ref == 'refs/heads/main' - run: | - apt-get update && apt-get install -y rsync - rsync -a --delete examples/website/dist/ /pages/reconcile + uses: http://forgejo:3000/andras/ci-actions/deploy-pages@main + with: + source: examples/website/dist + target: reconcile publish-crate: needs: build diff --git a/examples/website/src/index.html b/examples/website/src/index.html index 4519472..e6b98c3 100644 --- a/examples/website/src/index.html +++ b/examples/website/src/index.html @@ -26,7 +26,7 @@