Skip to content

Commit

Permalink
github-pages-deploy-action can only single-commit: true across re…
Browse files Browse the repository at this point in the history
…positories when the branch names are different...

Per JamesIves/github-pages-deploy-action#665 (comment)

Signed-off-by: Randy Tarampi <rt@randytarampi.ca>
  • Loading branch information
randytarampi committed Apr 23, 2022
1 parent de7d77b commit 183cb06
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/deploy.pages.yml
Expand Up @@ -141,7 +141,6 @@ jobs:
with:
git-config-email: ${{ env.GITHUB_ACTIONS_AUTHOR_EMAIL }}
git-config-name: ${{ env.GITHUB_ACTIONS_AUTHOR_NAME }} (www/dev)
single-commit: true
force: true
clean: true
branch: master
Expand All @@ -167,7 +166,6 @@ jobs:
with:
git-config-email: ${{ env.GITHUB_ACTIONS_AUTHOR_EMAIL }}
git-config-name: ${{ env.GITHUB_ACTIONS_AUTHOR_NAME }} (jsonresult-theme/prd)
single-commit: true
force: true
clean: true
branch: master
Expand Down

0 comments on commit 183cb06

Please sign in to comment.