Adopt shared ci-actions for publishing #4

Merged
andras merged 1 commit from ci/shared-actions into main 2026-06-06 15:17:36 +01:00
Showing only changes of commit 3e2cce9151 - Show all commits

View file

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