Adopt shared ci-actions for publishing
All checks were successful
Check & deploy / build (pull_request) Successful in 1m24s

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:34 +01:00
parent 1a195e89b8
commit 3e2cce9151

View file

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