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 b7b3154 commit 9c76436Copy full SHA for 9c76436
.github/workflows/nightly-build.yaml
@@ -10,6 +10,7 @@ jobs:
10
if: ${{ github.repository_owner == 'ProjectPythia' }}
11
uses: ProjectPythia/cookbook-actions/.github/workflows/build-book.yaml@main
12
with:
13
+ build_command: make kernel && jupyter-book build . ; jupyter-book build .
14
environment_name: eo-datascience-cookbook-dev
15
16
link-check:
0 commit comments