Skip to content

Commit a9fe076

Browse files
authored
Update trigger-site-build.yaml
1 parent bdc4203 commit a9fe076

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/trigger-site-build.yaml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,8 @@ jobs:
66
build:
77
uses: ProjectPythia/cookbook-actions/.github/workflows/build-book.yaml@main
88
with:
9-
environment_file: 'environment.yml'
109
environment_name: pythia
1110
artifact_name: book-zip-${{ github.event.number }}
1211
path_to_notebooks: 'portal'
13-
build_command: 'make -j4 html'
12+
base_url: '/${{ github.event.repository.name }}/_preview/${{ github.event.number }}'
1413
# Other input options are possible, see ProjectPythia/cookbook-actions/.github/workflows/build-book.yaml

0 commit comments

Comments
 (0)