Adopt shared ci-actions for publishing #1

Merged
andras merged 1 commit from ci/shared-actions into main 2026-06-06 15:18:01 +01:00

View file

@ -71,6 +71,7 @@ jobs:
run: npm run build run: npm run build
- name: Copy build to host pages mount - name: Copy build to host pages mount
run: | uses: http://forgejo:3000/andras/ci-actions/deploy-pages@main
apt update && apt install -y rsync with:
rsync -a --delete --mkpath --chmod=ugo=rwx dist/ /pages/photos/ source: dist
target: photos