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