Skip to content

Commit

Permalink
Update test-deploy.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
MHuiG committed Nov 24, 2022
1 parent 6f9149c commit e76173e
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/test-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,8 @@ jobs:
with:
deploy_key: ${{ secrets.MHUIG_DEPLOY_KEY }}
external_repository: volantis-x/volantis-x.github.io
publish_branch: gh-page
publish_branch: gh-pages
force_orphan: true
publish_dir: ./volantis-x.github.io/public
user_name: 'github-actions[bot]'
user_email: 'github-actions[bot]@users.noreply.github.com'
Expand Down Expand Up @@ -68,7 +69,8 @@ jobs:
with:
deploy_key: ${{ secrets.MHUIG_DEPLOY_KEY }}
external_repository: volantis-x/volantis-x.github.io
publish_branch: gh-page
publish_branch: gh-pages
force_orphan: true
publish_dir: ./volantis-x.github.io/public
user_name: 'github-actions[bot]'
user_email: 'github-actions[bot]@users.noreply.github.com'

0 comments on commit e76173e

Please sign in to comment.