fix(gh-user): adding gh-user to deploy with docsaurus

This commit is contained in:
MateusAndrade 2019-06-12 22:21:44 -03:00
parent 363f513ed8
commit 01d491d3ff

View File

@ -57,7 +57,7 @@ jobs:
command: |
git config --global user.email "${GH_EMAIL}@users.noreply.github.com"
git config --global user.name "${GH_NAME}"
cd website && yarn install && GIT_USER=${CIRCLE_PR_USERNAME} yarn run publish-gh-pages
cd website && yarn install && GIT_USER=${GH_NAME} yarn run publish-gh-pages
workflows:
version: 2
build-and-deploy-docs: