Fix lychee

This commit is contained in:
2024-02-14 11:37:56 +00:00
committed by GitHub
parent 30d498c3a0
commit d59cc96320
+1 -1
View File
@@ -14,7 +14,7 @@ jobs:
- name: Link Checker
uses: lycheeverse/lychee-action@v1.9.3
with:
args: --exclude-mail
args: --base . --verbose --no-progress './**/*.md' './**/*.html' './**/*.rst' --exclude-mail
fail: true
html-validate:
runs-on: ubuntu-latest