Skip to content

Commit

Permalink
fix git username
Browse files Browse the repository at this point in the history
  • Loading branch information
DetachHead committed Sep 30, 2024
1 parent 27162a2 commit f76ecdd
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/docs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,10 @@ jobs:
id: install_python
with:
python-version: 3.12
- name: Setup Pages
uses: actions/configure-pages@v4
- name: Configure Git user
run: |
git config --local user.email "github-actions[bot]@users.noreply.github.com"
git config --local user.name "github-actions[bot]"
- name: install dependencies
run: ./pw pdm install --no-self
- name: validate docs
Expand Down

0 comments on commit f76ecdd

Please sign in to comment.