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 cddf9b0 commit 0d1b2b9Copy full SHA for 0d1b2b9
.github/workflows/publish-site.yaml
@@ -18,4 +18,4 @@ jobs:
18
needs: build
19
uses: ProjectPythia/cookbook-actions/.github/workflows/deploy-book.yaml@main
20
with:
21
- publish_dir: 'portal/_build/html'
+ publish_dir: 'portal/_build/html'
.github/workflows/trigger-link-check.yaml
@@ -6,4 +6,4 @@ jobs:
6
link-check:
7
uses: ProjectPythia/cookbook-actions/.github/workflows/link-checker.yaml@main
8
9
- path_to_source: 'portal'
+ path_to_source: 'portal'
0 commit comments