fix(gh-user): adding gh-user to deploy with docsaurus
This commit is contained in:
parent
363f513ed8
commit
01d491d3ff
@ -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:
|
||||
|
||||
Loading…
Reference in New Issue
Block a user