Added checking of built docs
This commit is contained in:
parent
0a53a5efab
commit
5119ffcbe5
16
.github/workflows/doc-build.yaml
vendored
16
.github/workflows/doc-build.yaml
vendored
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user