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