Skip to content

Commit 100e767

Browse files
committed
warnings dont count as errors
1 parent ad64161 commit 100e767

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/main.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444
shell: bash -el {0}
4545
run: |
4646
jupyter-book clean ./
47-
jupyter-book build ./ --warningiserror --keep-going
47+
jupyter-book build ./
4848
4949
- name: Save Build Folder
5050
if: always()

.github/workflows/pull_request.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
if: github.event.action != 'closed'
4242
run: |
4343
jupyter-book clean ./
44-
jupyter-book build ./ --warningiserror --keep-going
44+
jupyter-book build ./
4545
4646
- name: Upload artifact
4747
if: github.event.action != 'closed'

0 commit comments

Comments
 (0)