Skip to content

Commit

Permalink
ci: fix Author identity unknown
Browse files Browse the repository at this point in the history
  • Loading branch information
yukibtc committed Sep 30, 2023
1 parent 4b07a60 commit e80a71b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/book.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,6 @@ jobs:
run: make init
- name: Deploy
run: |
git config user.name github-actions
git config user.email [email protected]
git config --global user.name github-actions
git config --global user.email [email protected]
make deploy

0 comments on commit e80a71b

Please sign in to comment.