Skip to content

Check external links #1029

Check external links

Check external links #1029

name: Check external links
on:
workflow_dispatch:
schedule:
- cron: '0 0 * * *'
jobs:
markdown-link-check:
runs-on: ubuntu-24.04
steps:
- uses: actions/checkout@v4
- uses: gaurav-nelson/github-action-markdown-link-check@v1
with:
use-quiet-mode: 'yes'
folder-path: './src/pages/documentation'
file-extension: '.mdx'
config-file: './mlc_config.json'