Skip to content

Commit

Permalink
ci global config
Browse files Browse the repository at this point in the history
  • Loading branch information
Arvolear committed Mar 15, 2024
1 parent 0007528 commit 7b59594
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,8 @@ jobs:
cp -r markups/contracts docs/docs/reference
- name: Push Docs
run: |
git config user.name "Docs Syncer"
git config user.email "[email protected]"
git config --global user.name "Docs Syncer"
git config --global user.email "[email protected]"
git fetch --unshallow
latest_tag=$(git describe --tags --abbrev=0)
cd docs
Expand Down

0 comments on commit 7b59594

Please sign in to comment.