andreasofthings / doc-build

build the documentation

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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@v13
with:
  docs: 'docs'
  dest: 'build'

About

build the documentation

License:MIT License


Languages

Language:Python 96.1%Language:Dockerfile 3.9%