leanprover-community/Documentation generation

Generates API documentation for your Lean project

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
api-docsSet to true to build API docs alongside the rest of your documentation. (This is enabled by default but can be disabled if you are only interested in the blueprint.)notrue
api_docsDEPRECATED: Use api-docs insteadno
blueprintSet to true to build a blueprint alongside your documentation.nofalse
build-pageSet to true to build the homepage using Jekyll alongside the rest of your documentation. (This is enabled by default but can be disabled if you are only interested in the API docs and/or blueprint.)notrue
deploySet to true to deploy the built documentation (API docs and/or blueprint and/or homepage) to GitHub Pages. (This is enabled by default but can be disabled for a dry run.)notrue
homepageThe folder where the Jekyll site can be found.nodocs
build-argsThis GitHub Action uses leanprover/lean-action to build and test the repository. This parameter determines what to pass to the build-args argument of leanprover/lean-action. no--log-level=warning
build_argsDEPRECATED: Use build-args insteadno
lake-package-directoryThe directory containing the Lake package to build. This parameter is passed to the lake-package-directory argument of leanprover/lean-action. no.
lake_package_directoryDEPRECATED: Use lake-package-directory insteadno
referencesPath to a BibTeX (.bib) file used for generating the references page and link formatting.noreferences.bib
use-github-cacheWhether to use the GitHub Actions cache to accelerate the build. Defaults to true.notrue

no outputs