Merge pull request 'Adopt shared ci-actions for publishing' (#66) from ci/shared-actions into main
All checks were successful
Check / build (push) Successful in 5m51s
Publish / build (push) Successful in 8m43s
Publish / publish-crate (push) Has been skipped
Publish / publish-npm (push) Has been skipped
Publish / publish-pypi (push) Has been skipped

Reviewed-on: https://home.schmelczer.dev/git/git/andras/reconcile/pulls/66
This commit is contained in:
Andras Schmelczer 2026-06-06 15:19:23 +01:00
commit 08a656c6ed

View file

@ -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