Adopt shared ci-actions for publishing
All checks were successful
Check & deploy / build (pull_request) Successful in 18s
All checks were successful
Check & deploy / build (pull_request) Successful in 18s
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:
parent
0d11e94cbd
commit
02f96f2183
1 changed files with 12 additions and 5 deletions
|
|
@ -33,9 +33,16 @@ jobs:
|
||||||
env:
|
env:
|
||||||
NODE_OPTIONS: --openssl-legacy-provider
|
NODE_OPTIONS: --openssl-legacy-provider
|
||||||
|
|
||||||
- name: Copy build to host pages mount
|
- name: Copy build to host pages mount (sdf2d)
|
||||||
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 update && apt install -y rsync
|
with:
|
||||||
rsync -a --delete --mkpath dist/ /pages/sdf2d
|
source: dist
|
||||||
rsync -a --delete --mkpath dist/ /pages/sdf-2d
|
target: sdf2d
|
||||||
|
|
||||||
|
- name: Copy build to host pages mount (sdf-2d)
|
||||||
|
if: github.event_name == 'push' && github.ref == 'refs/heads/main'
|
||||||
|
uses: http://forgejo:3000/andras/ci-actions/deploy-pages@main
|
||||||
|
with:
|
||||||
|
source: dist
|
||||||
|
target: sdf-2d
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue