Skip to content
This repository was archived by the owner on Aug 18, 2020. It is now read-only.

Commit 197aeed

Browse files
committed
Also set user globally and not in wrong repo in doc deploy
1 parent ef36ba9 commit 197aeed

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.scripts/update-docs.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ set -ev
44
# Update the java-/scaladocs on https://github.com/codeoverflow-org/chatoverflow-gh-pages
55

66
echo "Configuring git..."
7-
git config user.email "<>"
8-
git config user.name "Github Actions"
7+
git config --global user.email "<>"
8+
git config --global user.name "Github Actions"
99

1010
echo "Cloning docs repo..."
1111
git clone https://${REPO_TOKEN}@github.com/codeoverflow-org/chatoverflow-gh-pages --branch master --single-branch --depth 1 docs

0 commit comments

Comments
 (0)