mirror of
https://github.com/Anduin2017/HowToCook.git
synced 2026-06-12 21:01:45 +08:00
chore: Update mkdocs build command to remove strict flag
This commit is contained in:
parent
d14f71516e
commit
f1ee399a41
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
@ -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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user