Skip to content

Commit 7b59594

Browse files
committed
ci global config
1 parent 0007528 commit 7b59594

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/docs.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,8 @@ jobs:
3030
cp -r markups/contracts docs/docs/reference
3131
- name: Push Docs
3232
run: |
33-
git config user.name "Docs Syncer"
34-
git config user.email "contact@distributedlab.com"
33+
git config --global user.name "Docs Syncer"
34+
git config --global user.email "contact@distributedlab.com"
3535
git fetch --unshallow
3636
latest_tag=$(git describe --tags --abbrev=0)
3737
cd docs

0 commit comments

Comments
 (0)