Skip to content

chore: docusaurus deploy version v28.4.0 #360

chore: docusaurus deploy version v28.4.0

chore: docusaurus deploy version v28.4.0 #360

Workflow file for this run

name: Check Markdown links
on:
pull_request:
paths:
- "**.*.md"
push:
paths:
- "**.*.md"
branches:
- main
- release/*
concurrency:
group: ${{ github.workflow }}-${{ github.head_ref || github.run_id }}
cancel-in-progress: true
jobs:
markdown-link-check:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: technote-space/get-diff-action@v6.1.2
with:
PATTERNS: |
**/*.md
- uses: gaurav-nelson/github-action-markdown-link-check@1.0.13
if: env.GIT_DIFF
with:
folder-path: "."
use-verbose-mode: 'yes'
config-file: '.github/workflows/md-link-checker-config.json'