Skip to content

Commit b582b79

Browse files
Revert "try removing warnings-are-error"
This reverts commit 84efc11.
1 parent 84efc11 commit b582b79

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,8 +58,8 @@ jobs:
5858

5959
- name: Build documentation
6060
# TEMP don't let errors fail the build until all string dtype changes are fixed
61-
# run: doc/make.py --warnings-are-errors
62-
run: doc/make.py
61+
continue-on-error: true
62+
run: doc/make.py --warnings-are-errors
6363

6464
- name: Build the interactive terminal
6565
working-directory: web/interactive_terminal

0 commit comments

Comments
 (0)