Skip to content

Commit

Permalink
run build book two times for references
Browse files Browse the repository at this point in the history
  • Loading branch information
MartinSchobben committed Aug 18, 2024
1 parent 0d408a3 commit 8b07fb0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish-book.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ jobs:
build:
uses: ProjectPythia/cookbook-actions/.github/workflows/build-book.yaml@main
with:
build_command: make kernel && make data && jupyter-book build .
environment_name: cookbook-dev
build_command: make kernel && make data && jupyter-book build . && jupyter-book build .
environment_name: eo-datascience-cookbook

deploy:
needs: build
Expand Down

0 comments on commit 8b07fb0

Please sign in to comment.