Skip to content

Commit a6199a8

Browse files
committed
try catchsegv
1 parent bfed1d8 commit a6199a8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ jobs:
4949
run: python web/pandas_web.py web/pandas --target-path=web/build
5050

5151
- name: Build documentation
52-
run: doc/make.py --warnings-are-errors
52+
run: catchsegv doc/make.py --warnings-are-errors
5353

5454
- name: Build documentation zip
5555
run: doc/make.py zip_html

0 commit comments

Comments
 (0)