Compare commits
No commits in common. "414149293abcdc427d9ee50f1490bd33a7338cf3" and "0d11e94cbd5853d65f9635eed08647a1dea269ae" have entirely different histories.
414149293a
...
0d11e94cbd
1 changed files with 5 additions and 12 deletions
|
|
@ -33,16 +33,9 @@ jobs:
|
||||||
env:
|
env:
|
||||||
NODE_OPTIONS: --openssl-legacy-provider
|
NODE_OPTIONS: --openssl-legacy-provider
|
||||||
|
|
||||||
- name: Copy build to host pages mount (sdf2d)
|
- name: Copy build to host pages mount
|
||||||
if: github.event_name == 'push' && github.ref == 'refs/heads/main'
|
if: github.event_name == 'push' && github.ref == 'refs/heads/main'
|
||||||
uses: http://forgejo:3000/andras/ci-actions/deploy-pages@main
|
run: |
|
||||||
with:
|
apt update && apt install -y rsync
|
||||||
source: dist
|
rsync -a --delete --mkpath dist/ /pages/sdf2d
|
||||||
target: sdf2d
|
rsync -a --delete --mkpath dist/ /pages/sdf-2d
|
||||||
|
|
||||||
- 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