Skip to content

Commit c77dba9

Browse files
committed
Attempt to fix test-deploy workflow
1 parent 0acd9e9 commit c77dba9

2 files changed

Lines changed: 3 additions & 1 deletion

File tree

.github/workflows/main_deploy.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,4 +30,5 @@ jobs:
3030
with:
3131
github_token: ${{ secrets.GH_PAGES_DEPLOYMENT}}
3232
publish_dir: ./output
33-
publish_branch: gh-pages
33+
publish_branch: gh-pages
34+
keep_files: true

.github/workflows/test_deploy.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,3 +36,4 @@ jobs:
3636
publish_dir: ./output
3737
publish_branch: gh-pages
3838
destination_dir: test
39+
keep_files: true

0 commit comments

Comments
 (0)