mirror of
https://github.com/facebook/docusaurus.git
synced 2025-05-05 21:27:24 +02:00
Do not use SSH for the new publishing bot
This commit is contained in:
parent
e260076fd9
commit
3a2c801262
1 changed files with 1 additions and 1 deletions
|
@ -72,7 +72,7 @@ jobs:
|
|||
command: |
|
||||
if [[ $CIRCLE_PROJECT_USERNAME == "facebook" && -z $CI_PULL_REQUEST && -z $CIRCLE_PR_USERNAME ]]; then
|
||||
echo "Deploying website..."
|
||||
cd website && GIT_USER=docusaurus-bot USE_SSH=true yarn run publish-gh-pages
|
||||
cd website && GIT_USER=docusaurus-bot USE_SSH=false yarn run publish-gh-pages
|
||||
else
|
||||
echo "Skipping deploy."
|
||||
fi
|
||||
|
|
Loading…
Add table
Reference in a new issue