Skip to content

Commit

Permalink
fix(ci): add missing Git user details to dev docs workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
Icikowski committed Jan 6, 2023
1 parent 79f09a7 commit 74756a4
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/docs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 74756a4

Please sign in to comment.