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