chore: Update mkdocs build command to remove strict flag
This commit is contained in:
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
@@ -25,7 +25,7 @@ jobs:
|
|||||||
- name: Lint markdown files
|
- name: Lint markdown files
|
||||||
run: mdl . -r ~MD036,~MD024,~MD004,~MD029,~MD013,~MD007
|
run: mdl . -r ~MD036,~MD024,~MD004,~MD029,~MD013,~MD007
|
||||||
- run: pip install -r requirements.txt
|
- run: pip install -r requirements.txt
|
||||||
- run: mkdocs build --strict
|
- run: mkdocs build
|
||||||
# Do textlint fix.
|
# Do textlint fix.
|
||||||
- run: npm install
|
- run: npm install
|
||||||
- run: ./node_modules/.bin/textlint . --fix
|
- run: ./node_modules/.bin/textlint . --fix
|
||||||
|
|||||||
Reference in New Issue
Block a user