Adopt shared ci-actions for publishing #66
1 changed files with 4 additions and 3 deletions
Adopt shared ci-actions for publishing
All checks were successful
Check / build (pull_request) Successful in 5m44s
All checks were successful
Check / build (pull_request) Successful in 5m44s
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>
commit
adfc0ec868
|
|
@ -79,9 +79,10 @@ jobs:
|
||||||
|
|
||||||
- name: Deploy to pages mount
|
- name: Deploy to pages mount
|
||||||
if: github.event_name == 'push' && github.ref == 'refs/heads/main'
|
if: github.event_name == 'push' && github.ref == 'refs/heads/main'
|
||||||
run: |
|
uses: http://forgejo:3000/andras/ci-actions/deploy-pages@main
|
||||||
apt-get update && apt-get install -y rsync
|
with:
|
||||||
rsync -a --delete examples/website/dist/ /pages/reconcile
|
source: examples/website/dist
|
||||||
|
target: reconcile
|
||||||
|
|
||||||
publish-crate:
|
publish-crate:
|
||||||
needs: build
|
needs: build
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue