Skip to content

Commit

Permalink
Stop on error
Browse files Browse the repository at this point in the history
  • Loading branch information
ecomodeller committed Nov 5, 2023
1 parent d41f258 commit 182cebe
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/scheduled.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:
workflow_dispatch:

jobs:
check-comliance-with-dev-version:
check:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
Expand All @@ -24,4 +24,4 @@ jobs:
run: pip install -r requirements.txt

- name: Build the book
run: jupyter-book build mini_book/
run: jupyter-book build -W mini_book/

0 comments on commit 182cebe

Please sign in to comment.