Build documentation and check links #1414
This file contains 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: Build documentation and check links | |
on: | |
workflow_dispatch: | |
schedule: | |
# Runs at 1am each day. | |
- cron: "0 1 * * *" | |
jobs: | |
# ref: https://github.com/2i2c-org/.github/blob/main/.github/workflows/documentation-link-check.yaml | |
linkcheck: | |
permissions: | |
issues: write | |
uses: 2i2c-org/.github/.github/workflows/documentation-link-check.yaml@main | |
with: | |
docs_path: docs | |
requirements_path: docs/requirements.txt |