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 6a5b528 commit f6eca95Copy full SHA for f6eca95
.travis.yml
@@ -57,9 +57,9 @@ matrix:
57
node_js: 8
58
script:
59
- git config --global user.email "[email protected]"
60
- - git config --global user.name "Daniel Schmidt"
+ - git config --global user.name "Wix"
61
- echo "machine github.com login $GIT_USER password $GIT_TOKEN" > ~/.netrc
62
- - cd website && npm install && GIT_USER=$GIT_USER CURRENT_BRANCH=docusaurus npm run publish-gh-pages
+ - cd website && npm install && GIT_USER=$GIT_USER CURRENT_BRANCH=master npm run publish-gh-pages
63
branches:
64
only:
65
- master
0 commit comments