We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 96a44df commit e25ecebCopy full SHA for e25eceb
1 file changed
.circleci/config.yml
@@ -23,7 +23,7 @@ aliases:
23
24
- &deploy
25
command: |
26
- # Deploy Jest website
+ # Deploy Jest website using Docusaurus bot
27
git config --global user.email "docusaurus-bot@users.noreply.github.com"
28
git config --global user.name "Website Deployment Script"
29
echo "machine github.com login docusaurus-bot password $DOCUSAURUS_PUBLISH_TOKEN" > ~/.netrc
0 commit comments