Skip to content

move to separate workflow #1

move to separate workflow

move to separate workflow #1

Workflow file for this run

name: Link check

Check failure on line 1 in .github/workflows/link-check.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/link-check.yml

Invalid workflow file

`workflow_dispatch` requires a map value
on:
workflow_dispatch:
- name: Link Check on Chinese docs
id: lychee
uses: lycheeverse/[email protected]
with:
args: --offline --no-progress 'i18n/zh/docusaurus-plugin-content-docs/**/*.md'
- name: Link Check on English docs
id: lychee
uses: lycheeverse/[email protected]
with:
args: --offline --no-progress 'versioned_docs/**/*.md'