Skip to content

Commit

Permalink
try different syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
etimberg committed May 22, 2020
1 parent 3b857e2 commit 0927908
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/documentation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,4 +34,4 @@ jobs:
git config --global user.email "$GIT_EMAIL"
echo "machine github.com login ${GIT_EMAIL} password ${GIT_TOKEN}" > ~/.netrc
npm ci
GIT_USER=$GIT_EMAIL yarn deploy
GIT_USER="$GIT_EMAIL" yarn deploy

0 comments on commit 0927908

Please sign in to comment.