Compare commits

..

No commits in common. "414149293abcdc427d9ee50f1490bd33a7338cf3" and "0d11e94cbd5853d65f9635eed08647a1dea269ae" have entirely different histories.

View file

@ -33,16 +33,9 @@ jobs:
env:
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'
uses: http://forgejo:3000/andras/ci-actions/deploy-pages@main
with:
source: dist
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
run: |
apt update && apt install -y rsync
rsync -a --delete --mkpath dist/ /pages/sdf2d
rsync -a --delete --mkpath dist/ /pages/sdf-2d