Added checking of built docs

This commit is contained in:
Magnus Persson 2022-01-08 11:20:08 +01:00
parent 0a53a5efab
commit 5119ffcbe5

View File

@ -18,4 +18,18 @@ jobs:
pre-build-command: "pip install sphinx_rtd_theme"
build-command: "sphinx-build -b html ./source ../docs"
# .nojekyll file must exist in docs
# .nojekyll file must exist in docs
- uses: EndBug/add-and-commit@v7 # You can change this to use a specific version.
with:
add: 'docs'
author_name: GitHub Action
author_email: magnus@users.noreply.github.com
branch: ghactions
#branch_mode: create
default_author: github_actor
message: 'GitHub Action Build'
pathspec_error_handling: ignore