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 a6ace62 commit 3b7be6fCopy full SHA for 3b7be6f
.github/workflows/pr_build.yml
@@ -57,9 +57,9 @@ 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
- ls -l ${output_dir}
+ ls -l ${{ github.workspace }}/${output_dir}
61
62
- cd build/html
+ 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}
0 commit comments