We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6f9149c commit e76173eCopy full SHA for e76173e
.github/workflows/test-deploy.yml
@@ -35,7 +35,8 @@ jobs:
35
with:
36
deploy_key: ${{ secrets.MHUIG_DEPLOY_KEY }}
37
external_repository: volantis-x/volantis-x.github.io
38
- publish_branch: gh-page
+ publish_branch: gh-pages
39
+ force_orphan: true
40
publish_dir: ./volantis-x.github.io/public
41
user_name: 'github-actions[bot]'
42
user_email: 'github-actions[bot]@users.noreply.github.com'
@@ -68,7 +69,8 @@ jobs:
68
69
70
71
72
73
74
75
76
0 commit comments