Adopt shared ci-actions for publishing #66

Merged
andras merged 1 commit from ci/shared-actions into main 2026-06-06 15:19:24 +01:00
Showing only changes of commit adfc0ec868 - Show all commits

View file

@ -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