Skip to content

Commit 672c9a1

Browse files
committed
update trigger-site-build
1 parent 29448f5 commit 672c9a1

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,5 +7,6 @@ jobs:
77
uses: ProjectPythia/cookbook-actions/.github/workflows/build-book.yaml@main
88
with:
99
artifact_name: book-zip-${{ github.event.number }}
10-
base_url: '/${{ github.event.repository.name }}/_preview/${{ github.event.number }}'
10+
path_to_notebooks: 'portal'
11+
base_url: '/_preview/${{ github.event.number }}'
1112
# Other input options are possible, see ProjectPythia/cookbook-actions/.github/workflows/build-book.yaml

0 commit comments

Comments
 (0)