Skip to content

Commit 347f29a

Browse files
authored
Update deploy-arisamiga.yml
1 parent 36e0dbc commit 347f29a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/deploy-arisamiga.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,11 +36,11 @@ jobs:
3636
3737
- name: Copy contents to root folder
3838
run: |
39-
rsync -av --delete ./Website/ gh-pages/
39+
rsync -av --delete ./Website/ gh-pages/Website/
4040
4141
- name: Commit and push changes
4242
run: |
4343
cd gh-pages
4444
git add .
4545
git commit -m "Deploy Arisamiga branch"
46-
git push origin gh-pages
46+
git push origin gh-pages

0 commit comments

Comments
 (0)