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 6e52c60 commit 36d54d7Copy full SHA for 36d54d7
.github/workflows/nightly-build.yaml
@@ -12,6 +12,10 @@ jobs:
12
with:
13
base_url: ''
14
15
+ deploy:
16
+ needs: build
17
+ uses: ProjectPythia/cookbook-actions/.github/workflows/deploy-book.yaml@main
18
+
19
link-check:
20
if: ${{ github.repository_owner == 'ProjectPythia' }}
21
uses: ProjectPythia/cookbook-actions/.github/workflows/link-checker.yaml@main
0 commit comments