Skip to content

Commit

Permalink
chore: Update mkdocs build command to remove strict flag
Browse files Browse the repository at this point in the history
  • Loading branch information
Anduin2017 committed Jun 3, 2024
1 parent d14f715 commit f1ee399
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit f1ee399

Please sign in to comment.