From a78d0c8f60dc473ef96a67a3ec08955d3bde9c67 Mon Sep 17 00:00:00 2001 From: Theodore Kisner Date: Mon, 25 Sep 2023 15:58:09 -0700 Subject: [PATCH] Try to fix docs deploy from action --- .github/workflows/docs.yml | 2 ++ 1 file changed, 2 insertions(+) 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: |