mirror of
https://github.com/facebook/docusaurus.git
synced 2025-05-03 04:07:32 +02:00
cd website in circle.yml, still run publish-gh-pages
This commit is contained in:
parent
7d264ca99a
commit
f94e49936e
1 changed files with 1 additions and 1 deletions
|
@ -15,4 +15,4 @@ deployment:
|
||||||
- git config --global user.email "facebook-github-bot@users.noreply.github.com"
|
- git config --global user.email "facebook-github-bot@users.noreply.github.com"
|
||||||
- git config --global user.name "Facebook GitHub Bot"
|
- git config --global user.name "Facebook GitHub Bot"
|
||||||
- echo "machine github.com login facebook-github-bot password $GITHUB_AUTH_TOKEN" > ~/.netrc
|
- echo "machine github.com login facebook-github-bot password $GITHUB_AUTH_TOKEN" > ~/.netrc
|
||||||
- npm install && GIT_USER=facebook-github-bot npm run docusaurus-publish
|
- npm install && cd website && GIT_USER=facebook-github-bot npm run publish-gh-pages
|
||||||
|
|
Loading…
Add table
Reference in a new issue