We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0007528 commit 7b59594Copy full SHA for 7b59594
.github/workflows/docs.yml
@@ -30,8 +30,8 @@ jobs:
30
cp -r markups/contracts docs/docs/reference
31
- name: Push Docs
32
run: |
33
- git config user.name "Docs Syncer"
34
- git config user.email "contact@distributedlab.com"
+ git config --global user.name "Docs Syncer"
+ git config --global user.email "contact@distributedlab.com"
35
git fetch --unshallow
36
latest_tag=$(git describe --tags --abbrev=0)
37
cd docs
0 commit comments