mirror of
https://github.com/facebook/docusaurus.git
synced 2025-08-04 09:19:16 +02:00
18 lines
475 B
YAML
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
|