Skip to content

Commit 1117132

Browse files
authored
Update nightly-build.yaml
1 parent ba99c4e commit 1117132

File tree

1 file changed

+5
-8
lines changed

1 file changed

+5
-8
lines changed

.github/workflows/nightly-build.yaml

Lines changed: 5 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -9,14 +9,11 @@ jobs:
99
build:
1010
if: ${{ github.repository_owner == 'ProjectPythia' }}
1111
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'
12+
13+
deploy:
14+
needs: build
15+
uses: ProjectPythia/cookbook-actions/.github/workflows/deploy-book.yaml@main
1716

1817
link-check:
1918
if: ${{ github.repository_owner == 'ProjectPythia' }}
20-
uses: ./.github/workflows/sphinx-link-checker.yaml
21-
with:
22-
path_to_source: 'portal'
19+
uses: ProjectPythia/cookbook-actions/.github/workflows/link-checker.yaml@main

0 commit comments

Comments
 (0)