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 3b7be6f commit e6ab7c4Copy full SHA for e6ab7c4
.github/workflows/pr_build.yml
@@ -62,6 +62,6 @@ 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
- git add ${output_dir}
+ git add .
66
git commit -m 'update html'
67
git push "https://${{ github.token }}@github.com/${{ github.repository }}.git" gh-pages:gh-pages
0 commit comments