Blog post with new cookbook roundup #336
Workflow file for this run
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: trigger-link-check | |
on: | |
pull_request: | |
jobs: | |
link-check: | |
uses: ./.github/workflows/sphinx-link-checker.yaml | |
with: | |
path_to_source: 'portal' |