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 ad64161 commit 100e767Copy full SHA for 100e767
.github/workflows/main.yaml
@@ -44,7 +44,7 @@ jobs:
44
shell: bash -el {0}
45
run: |
46
jupyter-book clean ./
47
- jupyter-book build ./ --warningiserror --keep-going
+ jupyter-book build ./
48
49
- name: Save Build Folder
50
if: always()
.github/workflows/pull_request.yaml
@@ -41,7 +41,7 @@ jobs:
41
if: github.event.action != 'closed'
42
43
- name: Upload artifact
0 commit comments