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 e6ab7c4 commit bfea34eCopy full SHA for bfea34e
.github/workflows/pr_build.yml
@@ -62,6 +62,7 @@ jobs:
62
cd ${{ github.workspace }}/build/html
63
git config --local user.name "Autobuild bot on GitHub Actions"
64
git config --local user.email "githubaction-build-bot@example.com"
65
+ touch .nojekyll
66
git add .
67
git commit -m 'update html'
68
git push "https://${{ github.token }}@github.com/${{ github.repository }}.git" gh-pages:gh-pages
0 commit comments