-
Notifications
You must be signed in to change notification settings - Fork 1
Open
Description
Intro
I use check-mkdocs in pre-commit. I want to actually generate the docs. So I use the the flag --generate-build.
Current behavior
- Starting the server takes a bit long to have it hooked to every commit.
- From some reason the server starts 3 times. (I don't know if there is some config option commanding how many times the server should start.)
Desired behavior
- I can build the documentation without starting the server. For example
--generate-build --no-server - I can configure the number of attempts to start the server.
More info
My pre-commit entry:
- repo: https://github.com/RodrigoGonzalez/check-mkdocs
rev: v1.2.0
hooks:
- id: check-mkdocs
name: check-mkdocs
args: ["--config", "mkdocs.yml", "--generate-build"]
verbose: true
additional_dependencies: ['mkdocs-material', 'mkdocs-awesome-pages-plugin', 'mkdocs-awesome-nav']Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels