Skip to content

doc-build github action pre-release

Pre-release
Pre-release
Compare
Choose a tag to compare
@andreasofthings andreasofthings released this 27 May 06:42
· 2 commits to master since this 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/[email protected]
with:
  docs: 'docs'
  dest: 'build'