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 5f7cbc0 commit 4039c9dCopy full SHA for 4039c9d
.github/workflows/docbuild-and-upload.yml
@@ -57,6 +57,8 @@ jobs:
57
run: python web/pandas_web.py web/pandas --target-path=web/build
58
59
- name: Build documentation
60
+ # 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
63
64
- name: Build the interactive terminal
0 commit comments