jmpicnic/action-build-mkdocs

Reusable Action to generate mkdocs.

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
docs-dirDirectory where the mkdocs.yml and requirements.txt file are expected to be and from where the content directory can be accessed (as configured in mkdocs.yml) .
site-target-dirDirectory where the site is to be generated, **RELATIVE TO `docs-dir`** ./site
requirements-file-nameThe name of the Python requirements file relative to docs-dirrequirements.txt
mkdocs-file-nameThe name of the mkdocs config file relative to docs-dirmkdocs.yml
for-techdocsWhether the generation is intended to be used with techdocs-cli to publish to BackstageTrue
python-versionThe version of Python to use3.12
namedescription
generated-siteThe directory where the generated site is placed