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 3c25707 commit bc42304Copy full SHA for bc42304
.github/workflows/pr_build.yml
@@ -51,11 +51,11 @@ jobs:
51
run: |
52
cd cpython/Doc
53
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 }}"
+ 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 }}"
55
56
- name: Publish PR build
57
58
pip freeze
59
pwd
60
- ls -l ../*
+ ls -l build/html/*/*/*
61
echo ${{ github.workspace }}
0 commit comments