Skip to content

Commit

Permalink
Update nightly-build.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
brian-rose authored Oct 2, 2023
1 parent 1a89422 commit fa32fa7
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/nightly-build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,10 @@ jobs:
with:
environment_name: cookbook-dev

deploy: # publish the built book on GitHub Pages
needs: build
uses: ProjectPythia/cookbook-actions/.github/workflows/deploy-book.yaml@main

link-check:
if: ${{ github.repository_owner == 'ProjectPythia' }}
uses: ProjectPythia/cookbook-actions/.github/workflows/link-checker.yaml@main

0 comments on commit fa32fa7

Please sign in to comment.