Compare commits
2 commits
1a195e89b8
...
947b5e86d6
| Author | SHA1 | Date | |
|---|---|---|---|
| 947b5e86d6 | |||
| 3e2cce9151 |
1 changed files with 4 additions and 3 deletions
|
|
@ -57,6 +57,7 @@ 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'
|
||||||
run: |
|
uses: http://forgejo:3000/andras/ci-actions/deploy-pages@main
|
||||||
apt update && apt install -y rsync
|
with:
|
||||||
rsync -a --delete dist/ /pages/fleeting
|
source: dist
|
||||||
|
target: fleeting
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue