We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 84efc11 commit b582b79Copy full SHA for b582b79
.github/workflows/docbuild-and-upload.yml
@@ -58,8 +58,8 @@ jobs:
58
59
- name: Build documentation
60
# 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
+ continue-on-error: true
+ run: doc/make.py --warnings-are-errors
63
64
- name: Build the interactive terminal
65
working-directory: web/interactive_terminal
0 commit comments