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 18, 2024
1 parent 72e4922 commit 19c0bee
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 github-actions@github.com
git config --global user.name github-actions
git config --global user.email github-actions@github.com
- name: Publish Site
run: sbt ghpagesPushSite
Expand Down

0 comments on commit 19c0bee

Please sign in to comment.