We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 451ba63 commit 91f7b92Copy full SHA for 91f7b92
.github/workflows/jazzy.yml
@@ -46,7 +46,7 @@ jobs:
46
git commit -m "Automated deployment to GitHub Pages: ${GITHUB_SHA}" --allow-empty
47
git remote -v
48
git config --global user.name
49
- git push origin gh-pages
+ git push origin gh-pages -f
50
env:
51
PRIVATE_GITHUB_TOKEN: ${{ secrets.PRIVATE_GITHUB_TOKEN }}
52
0 commit comments