Skip to content

Commit

Permalink
Addressing docusaurus deploy (#12083)
Browse files Browse the repository at this point in the history
error is unclear and only happens in cloud
  • Loading branch information
supertopher authored Apr 15, 2022
1 parent ff7b2ee commit d6b6e4b
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion tools/bin/deploy_docusaurus
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,11 @@ fi

set -o xtrace

GIT_USER="octavia-squidington-iii"
if ! git config --list --global | grep --silent user.email; then
echo -e "$blue_text""github email not found adding Octavia's""$default_text"
git config --global user.email=davin@airbyte.io
git config --global user.name=octavia-squidington-iii
fi

cd docusaurus
pwd
Expand Down

0 comments on commit d6b6e4b

Please sign in to comment.