Try to manually build it with strict.

This commit is contained in:
Anduin Xue
2022-03-05 00:52:54 +08:00
parent c4ea9876f6
commit f2c5a7438c

View File

@@ -13,7 +13,7 @@ jobs:
run: sudo gem install mdl run: sudo gem install mdl
- name: Lint markdown files - name: Lint markdown files
run: mdl . -r ~MD036,~MD024,~MD004,~MD029 run: mdl . -r ~MD036,~MD024,~MD004,~MD029
- name: Try build docs - run: pip install -r requirements.txt
uses: jnanadarshan/mkdocs-build-action@v0.24 - run: mkdocs build --strict
# Suppress 036 Emphasis used instead of a header # Suppress 036 Emphasis used instead of a header
# Suppress 024 Multiple headers with the same content # Suppress 024 Multiple headers with the same content