Skip to content

Commit

Permalink
Documentation push fix: re-added user name and email (#389)
Browse files Browse the repository at this point in the history
  • Loading branch information
dutow authored Dec 17, 2024
1 parent e507471 commit d0cf479
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/docs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,11 @@ jobs:
with:
python-version: "3.x"

- name: Configure git
run: |
git config user.name "GitHub Action"
git config user.email "[email protected]"
- name: Install MkDocs
run: |
python -m pip install --upgrade pip
Expand Down

0 comments on commit d0cf479

Please sign in to comment.