Skip to content

Commit 5c0479e

Browse files
committed
update publish-site.yaml
1 parent b68eb1b commit 5c0479e

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/publish-site.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,12 @@ on:
1010
jobs:
1111
build:
1212
uses: ProjectPythia/cookbook-actions/.github/workflows/build-book.yaml@main
13+
with:
14+
path_to_notebooks: 'portal'
15+
base_url: ''
1316

1417
deploy:
1518
needs: build
1619
uses: ProjectPythia/cookbook-actions/.github/workflows/deploy-book.yaml@main
20+
with:
21+
publish_dir: 'portal/_build/html'

0 commit comments

Comments
 (0)