From 5b6d1449734ce130918aaa6f5cb6b86808a2a01a Mon Sep 17 00:00:00 2001 From: Andras Schmelczer Date: Sat, 6 Jun 2026 14:58:35 +0100 Subject: [PATCH] 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) --- .forgejo/workflows/deploy.yml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/.forgejo/workflows/deploy.yml b/.forgejo/workflows/deploy.yml index a27453d..37b9ae4 100644 --- a/.forgejo/workflows/deploy.yml +++ b/.forgejo/workflows/deploy.yml @@ -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