docusaurus/circle.yml
2017-08-16 16:42:31 -07:00

18 lines
475 B
YAML

machine:
node:
version: 6.11.2
npm:
version: 3.10.10
test:
override:
- "true"
deployment:
website:
branch: master
commands:
- git config --global user.email "facebook-github-bot@users.noreply.github.com"
- git config --global user.name "Facebook GitHub Bot"
- echo "machine github.com login facebook-github-bot" > ~/.netrc
- npm install && cd website && GIT_USER=facebook-github-bot USE_SSH=true npm run publish-gh-pages