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 b888ef7 commit 647a1a3Copy full SHA for 647a1a3
.github/workflows/tests.yml
@@ -29,6 +29,7 @@ jobs:
29
- name: build docs
30
run: |
31
python3 ./docsbuild-scripts/build_docs.py --quick --build-root ./build_root --www-root ./www --log-directory ./logs --group $(id -g) --skip-cache-invalidation --theme $(pwd) --language en --branch 3.9
32
+ cat logs/docsbuild.log
33
- name: 'Upload'
34
uses: actions/[email protected]
35
with:
0 commit comments