Clean up list of ignored links

The removed links work again.
This commit is contained in:
Matthias
2023-03-07 12:51:24 +01:00
parent 141d38b4e7
commit a17463307b
4 changed files with 11 additions and 11 deletions

View File

@@ -14,6 +14,7 @@ on:
pull_request:
branches:
- master
workflow_dispatch:
schedule:
# * is a special character in YAML so you have to quote this string
- cron: '30 8 * * *'
@@ -37,7 +38,14 @@ jobs:
- name: Link Checker
uses: lycheeverse/lychee-action@v1.6.1
with:
args: --verbose --no-progress --cache --max-cache-age 1d packages/mermaid/src/docs/**/*.md README.md README.zh-CN.md
args: >-
--verbose
--no-progress
--cache
--max-cache-age 1d
packages/mermaid/src/docs/**/*.md
README.md
README.zh-CN.md
fail: true
jobSummary: true
env: