Skip to content
This repository has been archived by the owner on Feb 14, 2024. It is now read-only.

Periodic

Periodic #4

Workflow file for this run

name: Periodic
on:
workflow_dispatch:
schedule:
# Run weekly to check URL links still resolve
- cron: "0 8 * * WED"
jobs:
linkcheck:
uses: ./.github/workflows/_tox.yml
with:
tox: docs build -- -b linkcheck