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 bfea34e commit cef2e02Copy full SHA for cef2e02
.github/workflows/pr_build.yml
@@ -57,12 +57,13 @@ jobs:
57
make venv
58
rm -rf ${output_dir}
59
make build ALLSPHINXOPTS="-b html -D language=ja -D gettext_compact=0 -E -d build/doctrees . ${{ github.workspace }}/${output_dir}"
60
+ touch ${{ github.workspace }}/${output_dir}/.nojekyll
61
ls -l ${{ github.workspace }}/${output_dir}
62
63
+
64
cd ${{ github.workspace }}/build/html
65
git config --local user.name "Autobuild bot on GitHub Actions"
66
git config --local user.email "githubaction-build-bot@example.com"
- touch .nojekyll
67
git add .
68
git commit -m 'update html'
69
git push "https://${{ github.token }}@github.com/${{ github.repository }}.git" gh-pages:gh-pages
0 commit comments