We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ac2bef9 commit e451772Copy full SHA for e451772
.github/workflows/nightly-build.yaml
@@ -9,6 +9,8 @@ jobs:
9
build:
10
if: ${{ github.repository_owner == 'ProjectPythia' }}
11
uses: ProjectPythia/cookbook-actions/.github/workflows/build-book.yaml@main
12
+ with:
13
+ base_url: ''
14
15
deploy:
16
needs: build
.github/workflows/publish-site.yaml
@@ -16,5 +16,3 @@ jobs:
17
18
uses: ProjectPythia/cookbook-actions/.github/workflows/deploy-book.yaml@main
19
- with:
20
- publish_dir: 'portal/_build/html'
0 commit comments