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 ba99c4e commit 1117132Copy full SHA for 1117132
.github/workflows/nightly-build.yaml
@@ -9,14 +9,11 @@ jobs:
9
build:
10
if: ${{ github.repository_owner == 'ProjectPythia' }}
11
uses: ProjectPythia/cookbook-actions/.github/workflows/build-book.yaml@main
12
- with:
13
- environment_file: 'environment.yml'
14
- environment_name: pythia
15
- path_to_notebooks: 'portal'
16
- build_command: 'make -j4 html'
+
+ deploy:
+ needs: build
+ uses: ProjectPythia/cookbook-actions/.github/workflows/deploy-book.yaml@main
17
18
link-check:
19
20
- uses: ./.github/workflows/sphinx-link-checker.yaml
21
22
- path_to_source: 'portal'
+ uses: ProjectPythia/cookbook-actions/.github/workflows/link-checker.yaml@main
0 commit comments