Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitcef2e02

Browse files
committed
[skip ci] Fix misc
1 parentbfea34e commitcef2e02

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)

[8]ページ先頭

©2009-2025 Movatter.jp