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 a6edff6 commit 25405f2Copy full SHA for 25405f2
.github/workflows/docbuild-and-upload.yml
@@ -57,7 +57,11 @@ jobs:
57
run: python web/pandas_web.py web/pandas --target-path=web/build
58
59
- name: Build documentation
60
- run: doc/make.py --warnings-are-errors
+ run: doc/make.py --warnings-are-errors --num-jobs=1
61
+
62
+ - name: Show error log
63
+ if: always()
64
+ run: cat /tmp/sphinx-err-svc_vpms.log
65
66
- name: Build the interactive terminal
67
working-directory: web/interactive_terminal
0 commit comments