Skip to content

Commit 9df8b32

Browse files
committed
Revert
1 parent 25405f2 commit 9df8b32

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 --num-jobs=1
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
6561

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

0 commit comments

Comments
 (0)