From 56b40b358c2a5d1a9fef3bd5aa96c6ee34f44fca Mon Sep 17 00:00:00 2001 From: Andras Schmelczer Date: Wed, 3 Jun 2026 20:42:51 +0100 Subject: [PATCH 1/2] Update link --- examples/website/src/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/website/src/index.html b/examples/website/src/index.html index 4519472..e6b98c3 100644 --- a/examples/website/src/index.html +++ b/examples/website/src/index.html @@ -26,7 +26,7 @@ From adfc0ec86883cd3bedae2e18cb0e6b91979caa92 Mon Sep 17 00:00:00 2001 From: Andras Schmelczer Date: Sat, 6 Jun 2026 14:58:36 +0100 Subject: [PATCH 2/2] 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/publish.yml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/.forgejo/workflows/publish.yml b/.forgejo/workflows/publish.yml index bbaf253..3aea1ae 100644 --- a/.forgejo/workflows/publish.yml +++ b/.forgejo/workflows/publish.yml @@ -79,9 +79,10 @@ jobs: - name: Deploy to pages mount if: github.event_name == 'push' && github.ref == 'refs/heads/main' - run: | - apt-get update && apt-get install -y rsync - rsync -a --delete examples/website/dist/ /pages/reconcile + uses: http://forgejo:3000/andras/ci-actions/deploy-pages@main + with: + source: examples/website/dist + target: reconcile publish-crate: needs: build