Skip to content

Commit

Permalink
Using global
Browse files Browse the repository at this point in the history
  • Loading branch information
anis-campos committed Apr 15, 2020
1 parent 1c4c5c5 commit eb221a2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/gh-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,6 @@ jobs:
node-version: 12
- run: npm ci
- run: |
git config --local user.name "github-actions[bot]"
git config --local user.email "41898282+github-actions[bot]@users.noreply.github.com"
git config --global user.name "github-actions[bot]"
git config --global user.email "41898282+github-actions[bot]@users.noreply.github.com"
- run: npm run deploy

0 comments on commit eb221a2

Please sign in to comment.