Skip to content

Commit

Permalink
Merge pull request #19 from MinBZK/fix/deploy-json-git-config
Browse files Browse the repository at this point in the history
Configure user
  • Loading branch information
anneschuth authored Jul 8, 2024
2 parents ab94c7b + ee1f85d commit fee3f45
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,11 @@ jobs:
with:
python-version: '3.12'

- name: Configure Git Identity
run: |
git config user.email "[email protected]"
git config user.name "GitHub Actions"
- name: Generate index.json
run: ./script/deploy

Expand Down

0 comments on commit fee3f45

Please sign in to comment.