Skip to content

Commit

Permalink
move to separate workflow
Browse files Browse the repository at this point in the history
Signed-off-by: DanRoscigno <[email protected]>
  • Loading branch information
DanRoscigno committed Oct 17, 2023
1 parent 0f11166 commit da4c086
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 6 deletions.
16 changes: 16 additions & 0 deletions .github/workflows/link-check.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
name: Link check

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'
6 changes: 0 additions & 6 deletions .github/workflows/test-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -100,12 +100,6 @@ jobs:
_IGNORE/add_chinese_sidebar.sh
_IGNORE/add_english_sidebar.sh
- name: Link Check on Chinese docs
id: lychee
uses: lycheeverse/[email protected]
with:
args: --offline --no-progress 'i18n/zh/docusaurus-plugin-content-docs/version-3.1/**/*.md'

- name: Install dependencies
run: yarn install --frozen-lockfile
- name: Build website
Expand Down

0 comments on commit da4c086

Please sign in to comment.