Files
triggerdotdev--trigger.dev/.github/workflows/docs.yml
T
2024-09-16 14:00:18 +01:00

31 lines
592 B
YAML

name: 📚 Docs Checks
on:
push:
paths:
- "docs/**"
pull_request:
types: [opened, synchronize, reopened]
paths:
- "docs/**"
concurrency:
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
cancel-in-progress: true
permissions:
contents: read
jobs:
check-broken-links:
runs-on: ubuntu-latest
defaults:
run:
working-directory: ./docs
steps:
- name: 📥 Checkout repository
uses: actions/checkout@v3
- name: 🔗 Check for broken links
run: npx mintlify broken-links