Skip to content

Commit 84efc11

Browse files
try removing warnings-are-error
1 parent 4039c9d commit 84efc11

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-
continue-on-error: true
62-
run: doc/make.py --warnings-are-errors
61+
# run: doc/make.py --warnings-are-errors
62+
run: doc/make.py
6363

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

0 commit comments

Comments
 (0)