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 ec98292 commit 4cdf590Copy full SHA for 4cdf590
.github/workflows/trigger-book-build.yaml
@@ -6,6 +6,6 @@ jobs:
6
build:
7
uses: ProjectPythia/cookbook-actions/.github/workflows/build-book.yaml@main
8
with:
9
- environment_name: sklearn-argo-dev
10
artifact_name: book-zip-${{ github.event.number }}
+ base_url: '/${{ github.event.repository.name }}/_preview/${{ github.event.number }}'
11
# Other input options are possible, see ProjectPythia/cookbook-actions/.github/workflows/build-book.yaml
0 commit comments