Skip to content

Commit

Permalink
warnings dont count as errors
Browse files Browse the repository at this point in the history
  • Loading branch information
scottyhq committed Jul 1, 2024
1 parent ad64161 commit 100e767
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
shell: bash -el {0}
run: |
jupyter-book clean ./
jupyter-book build ./ --warningiserror --keep-going
jupyter-book build ./
- name: Save Build Folder
if: always()
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pull_request.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
if: github.event.action != 'closed'
run: |
jupyter-book clean ./
jupyter-book build ./ --warningiserror --keep-going
jupyter-book build ./
- name: Upload artifact
if: github.event.action != 'closed'
Expand Down

0 comments on commit 100e767

Please sign in to comment.