Compare commits
No commits in common. "947b5e86d65af7336aa02f96ebb4a4c701c81b39" and "1a195e89b81f0e60c7c1f9523051d3deb3537d7c" have entirely different histories.
947b5e86d6
...
1a195e89b8
1 changed files with 3 additions and 4 deletions
|
|
@ -57,7 +57,6 @@ jobs:
|
||||||
|
|
||||||
- name: Copy build to host pages mount
|
- 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 dist/ /pages/fleeting
|
||||||
target: fleeting
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue