Skip to content

Commit b68eb1b

Browse files
committed
update trigger-site-build,yaml
1 parent 672c9a1 commit b68eb1b

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
@@ -7,6 +7,5 @@ jobs:
77
uses: ProjectPythia/cookbook-actions/.github/workflows/build-book.yaml@main
88
with:
99
artifact_name: book-zip-${{ github.event.number }}
10-
path_to_notebooks: 'portal'
11-
base_url: '/_preview/${{ github.event.number }}'
10+
base_url: '/${{ github.event.repository.name }}/_preview/${{ github.event.number }}'
1211
# Other input options are possible, see ProjectPythia/cookbook-actions/.github/workflows/build-book.yaml

0 commit comments

Comments
 (0)