Adopt shared ci-actions for publishing
All checks were successful
Check & deploy / validate (pull_request) Successful in 9m13s
Check & deploy / deploy (pull_request) Has been skipped

Replace the inline publish step(s) with the canonical shell-only composite
actions in andras/ci-actions (deploy-pages / docker-publish / forgejo-release).

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
This commit is contained in:
Andras Schmelczer 2026-06-06 14:58:35 +01:00
parent 383a0229b3
commit 5b6d144973

View file

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