chore: Update mkdocs build command to remove strict flag

This commit is contained in:
xuef 2024-06-03 05:47:35 +00:00
parent d14f71516e
commit f1ee399a41
No known key found for this signature in database
GPG Key ID: D33FA9407A6BE728

View File

@ -25,7 +25,7 @@ jobs:
- name: Lint markdown files
run: mdl . -r ~MD036,~MD024,~MD004,~MD029,~MD013,~MD007
- run: pip install -r requirements.txt
- run: mkdocs build --strict
- run: mkdocs build
# Do textlint fix.
- run: npm install
- run: ./node_modules/.bin/textlint . --fix