Files
awesome-falsehood/.github/workflows/docs.yaml
Kevin Deldycke 174ed20e78 Fix link checking
2023-06-14 14:55:40 +04:00

13 lines
275 B
YAML

---
name: Docs
"on":
push:
# Only targets main branch to avoid amplification effects of auto-fixing
# the exact same stuff in multiple non-rebased branches.
branches:
- main
jobs:
docs:
uses: kdeldycke/workflows/.github/workflows/docs.yaml@v2.17.3