diff --git a/.github/workflows/docs.yaml b/.github/workflows/docs.yaml index 5338515..c07f8d0 100644 --- a/.github/workflows/docs.yaml +++ b/.github/workflows/docs.yaml @@ -23,5 +23,9 @@ jobs: python-version: 3.x - name: Prepare required Python packages run: task docs:requirements + - name: Set Git user details + run: | + git config user.name "github-actions[bot]" + git config user.email 'github-actions[bot]@users.noreply.github.com' - name: Build and deploy documentation run: task docs:deploy-dev