Skip to content

Commit

Permalink
use git config --global
Browse files Browse the repository at this point in the history
  • Loading branch information
dwickern committed Jun 17, 2024
1 parent 72e4922 commit d85f0ed
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish-site.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@ jobs:
- name: setup git
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]
- name: Publish Site
run: sbt ghpagesPushSite
Expand Down

0 comments on commit d85f0ed

Please sign in to comment.