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 bdc4203 commit a9fe076Copy full SHA for a9fe076
.github/workflows/trigger-site-build.yaml
@@ -6,9 +6,8 @@ jobs:
6
build:
7
uses: ProjectPythia/cookbook-actions/.github/workflows/build-book.yaml@main
8
with:
9
- environment_file: 'environment.yml'
10
environment_name: pythia
11
artifact_name: book-zip-${{ github.event.number }}
12
path_to_notebooks: 'portal'
13
- build_command: 'make -j4 html'
+ base_url: '/${{ github.event.repository.name }}/_preview/${{ github.event.number }}'
14
# Other input options are possible, see ProjectPythia/cookbook-actions/.github/workflows/build-book.yaml
0 commit comments