Adopt shared ci-actions for publishing
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:
parent
383a0229b3
commit
5b6d144973
1 changed files with 4 additions and 3 deletions
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue