Skip to content

Build documentation and check links #918

Build documentation and check links

Build documentation and check links #918

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:
# don't run cron job on forks
# ref: https://github.com/orgs/community/discussions/26684
if: github.repository == '2i2c-org/docs'
uses: 2i2c-org/.github/.github/workflows/documentation-link-check.yaml@main
with:
docs_path: .
requirements_path: requirements.txt