Skip to content

andreasofthings/doc-build

Use this GitHub action with your project
Add this Action to an existing workflow or create a new one
View on Marketplace

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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'