Skip to content

Commit 8e85f5c

Browse files
committed
Debug docs build
1 parent 31b2460 commit 8e85f5c

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

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

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -57,11 +57,7 @@ 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
61-
62-
- name: Show error log
63-
if: always()
64-
run: cat /tmp/sphinx-err-svc_vpms.log
60+
run: doc/make.py --warnings-are-errors --num-jobs=1
6561

6662
- name: Build the interactive terminal
6763
working-directory: web/interactive_terminal

0 commit comments

Comments
 (0)