Skip to content

Commit

Permalink
combine jobs
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 27ffd6d commit cbcb8d3
Showing 1 changed file with 3 additions and 7 deletions.
10 changes: 3 additions & 7 deletions .github/workflows/link-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on:
workflow_dispatch:

jobs:
index:
crawl:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
Expand Down Expand Up @@ -86,12 +86,8 @@ jobs:
_IGNORE/add_chinese_sidebar.sh
_IGNORE/add_english_sidebar.sh
- name: Link Check on Chinese docs
- name: Link Check on Chinese and English docs
uses: lycheeverse/[email protected]
with:
args: --offline --no-progress 'i18n/zh/docusaurus-plugin-content-docs/**/*.md'
args: --offline --no-progress 'i18n/zh/docusaurus-plugin-content-docs/**/*.md' 'versioned_docs/**/*.md'

- name: Link Check on English docs
uses: lycheeverse/[email protected]
with:
args: --offline --no-progress 'versioned_docs/**/*.md'

0 comments on commit cbcb8d3

Please sign in to comment.