From 5119ffcbe52472424cef0bbc67c6624b3da1ccce Mon Sep 17 00:00:00 2001 From: Magnus Persson Date: Sat, 8 Jan 2022 11:20:08 +0100 Subject: [PATCH] Added checking of built docs --- .github/workflows/doc-build.yaml | 16 +++++++++++++++- 1 file changed, 15 insertions(+), 1 deletion(-) diff --git a/.github/workflows/doc-build.yaml b/.github/workflows/doc-build.yaml index a789315..c7ea013 100644 --- a/.github/workflows/doc-build.yaml +++ b/.github/workflows/doc-build.yaml @@ -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 \ No newline at end of file + # .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 + \ No newline at end of file