Skip to content

Commit 3b7be6f

Browse files
committed
[skip ci] Fix path
1 parent a6ace62 commit 3b7be6f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/pr_build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,9 +57,9 @@ 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-
ls -l ${output_dir}
60+
ls -l ${{ github.workspace }}/${output_dir}
6161
62-
cd build/html
62+
cd ${{ github.workspace }}/build/html
6363
git config --local user.name "Autobuild bot on GitHub Actions"
6464
git config --local user.email "githubaction-build-bot@example.com"
6565
git add ${output_dir}

0 commit comments

Comments
 (0)