1
0
mirror of synced 2025-11-06 05:10:37 +08:00

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

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