Skip to content

Commit 33a2a44

Browse files
committed
Tweak workflows
1 parent ac2bef9 commit 33a2a44

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

.github/workflows/nightly-build.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,9 @@ jobs:
99
build:
1010
if: ${{ github.repository_owner == 'ProjectPythia' }}
1111
uses: ProjectPythia/cookbook-actions/.github/workflows/build-book.yaml@main
12-
12+
with:
13+
base_url: ''
14+
1315
deploy:
1416
needs: build
1517
uses: ProjectPythia/cookbook-actions/.github/workflows/deploy-book.yaml@main

.github/workflows/publish-site.yaml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,5 +16,4 @@ jobs:
1616
deploy:
1717
needs: build
1818
uses: ProjectPythia/cookbook-actions/.github/workflows/deploy-book.yaml@main
19-
with:
20-
publish_dir: 'portal/_build/html'
19+

0 commit comments

Comments
 (0)