Skip to content

Commit e76173e

Browse files
committed
Update test-deploy.yml
1 parent 6f9149c commit e76173e

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.github/workflows/test-deploy.yml

+4-2
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,8 @@ jobs:
3535
with:
3636
deploy_key: ${{ secrets.MHUIG_DEPLOY_KEY }}
3737
external_repository: volantis-x/volantis-x.github.io
38-
publish_branch: gh-page
38+
publish_branch: gh-pages
39+
force_orphan: true
3940
publish_dir: ./volantis-x.github.io/public
4041
user_name: 'github-actions[bot]'
4142
user_email: 'github-actions[bot]@users.noreply.github.com'
@@ -68,7 +69,8 @@ jobs:
6869
with:
6970
deploy_key: ${{ secrets.MHUIG_DEPLOY_KEY }}
7071
external_repository: volantis-x/volantis-x.github.io
71-
publish_branch: gh-page
72+
publish_branch: gh-pages
73+
force_orphan: true
7274
publish_dir: ./volantis-x.github.io/public
7375
user_name: 'github-actions[bot]'
7476
user_email: 'github-actions[bot]@users.noreply.github.com'

0 commit comments

Comments
 (0)