Skip to content

Commit a6d3cf1

Browse files
brian-rosejukent
authored andcommitted
Tweak workflows (ProjectPythia#513)
* Tweak workflows * Fix whitespace
1 parent da3b342 commit a6d3cf1

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/nightly-build.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,8 @@ jobs:
99
build:
1010
if: ${{ github.repository_owner == 'ProjectPythia' }}
1111
uses: ProjectPythia/cookbook-actions/.github/workflows/build-book.yaml@main
12+
with:
13+
base_url: ''
1214

1315
deploy:
1416
needs: build

.github/workflows/publish-site.yaml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,5 +16,3 @@ 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'

0 commit comments

Comments
 (0)