Skip to content

Commit cef2e02

Browse files
committed
[skip ci] Fix misc
1 parent bfea34e commit cef2e02

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/pr_build.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,12 +57,13 @@ jobs:
5757
make venv
5858
rm -rf ${output_dir}
5959
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
6061
ls -l ${{ github.workspace }}/${output_dir}
6162
63+
6264
cd ${{ github.workspace }}/build/html
6365
git config --local user.name "Autobuild bot on GitHub Actions"
6466
git config --local user.email "githubaction-build-bot@example.com"
65-
touch .nojekyll
6667
git add .
6768
git commit -m 'update html'
6869
git push "https://${{ github.token }}@github.com/${{ github.repository }}.git" gh-pages:gh-pages

0 commit comments

Comments
 (0)