This commit is contained in:
parent
00371703ad
commit
de436f4dda
1 changed files with 1 additions and 0 deletions
|
|
@ -39,5 +39,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'
|
||||||
run: |
|
run: |
|
||||||
|
apt update && apt install -y rsync
|
||||||
mkdir -p /pages
|
mkdir -p /pages
|
||||||
rsync -a --delete dist/ /pages/
|
rsync -a --delete dist/ /pages/
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue