Use strict mode
All checks were successful
Lint markdown files / run-markdownlint (pull_request) Successful in 3s

This commit is contained in:
Spencer Bliven
2025-10-08 15:36:48 +02:00
parent 737eea904c
commit 87fe4c0bed

View File

@@ -20,7 +20,7 @@ jobs:
- name: Install mkdocs-material
run: pip install mkdocs-material=="9.*"
- name: Build documentation
run: mkdocs build
run: mkdocs build -s
- name: Deploy documentation
# the default mkdocs build output directory `/site` is gitignored
# so it's safe to `git rm -rf .`