Skip to content

Commit bc42304

Browse files
committed
[skip ci] Fix misc
1 parent 3c25707 commit bc42304

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
@@ -51,11 +51,11 @@ jobs:
5151
run: |
5252
cd cpython/Doc
5353
make venv
54-
make build ALLSPHINXOPTS="-b html -D language=ja -D gettext_compact=0 -E -d build/doctrees . ${GITHUB_WORKSPACE}/build/html/${{ github.base_ref }}/${{ github.head_ref }}"
54+
make build ALLSPHINXOPTS="-b html -D language=ja -D gettext_compact=0 -E -d build/doctrees . ${{ github.workspace }}/build/html/${{ github.base_ref }}/${{ github.head_ref }}"
5555
5656
- name: Publish PR build
5757
run: |
5858
pip freeze
5959
pwd
60-
ls -l ../*
60+
ls -l build/html/*/*/*
6161
echo ${{ github.workspace }}

0 commit comments

Comments
 (0)