Skip to content

Commit 25405f2

Browse files
committed
Debug docs build
1 parent a6edff6 commit 25405f2

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.github/workflows/docbuild-and-upload.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,11 @@ jobs:
5757
run: python web/pandas_web.py web/pandas --target-path=web/build
5858

5959
- name: Build documentation
60-
run: doc/make.py --warnings-are-errors
60+
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
6165

6266
- name: Build the interactive terminal
6367
working-directory: web/interactive_terminal

0 commit comments

Comments
 (0)