Skip to content

Releases: andreasofthings/doc-build

doc-build github action pre-release

27 May 06:42
Compare
Choose a tag to compare

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/[email protected]
with:
  docs: 'docs'
  dest: 'build'