mirror of
https://github.com/facebook/docusaurus.git
synced 2025-12-26 01:33:02 +00:00
19 lines
478 B
YAML
19 lines
478 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 password $GITHUB_AUTH_TOKEN" > ~/.netrc
|
|
- npm install && GIT_USER=facebook-github-bot npm run docusaurus-publish
|