Releases: andreasofthings/doc-build
Releases · andreasofthings/doc-build
doc-build github action pre-release
doc-build github action
This action build sphinx documentation.
Inputs
docs
Required The location of the documentation source to build. Default "docs".
dest
Required The destination directory. Default "build".
Example usage
uses: andreasofthings/doc-build@v1.0
with:
docs: 'docs'
dest: 'build'