diff --git a/.github/workflows/docs.yml b/.github/workflows/docs.yml index cb1fc4c..d5ee518 100644 --- a/.github/workflows/docs.yml +++ b/.github/workflows/docs.yml @@ -47,6 +47,8 @@ jobs: - name: Install Dependencies run: | pip install mkdocs mkdocstrings mkdocstrings-python mkdocs-material + git config user.name 'github-actions[bot]' + git config user.email 'github-actions[bot]@users.noreply.github.com' - name: Deploy Docs run: |