Skip to content

Build documentation and check links #1188

Build documentation and check links

Build documentation and check links #1188

Workflow file for this run

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