Skip to content

Commit f6eca95

Browse files
committed
Kicking the website build until it works...
1 parent 6a5b528 commit f6eca95

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,9 +57,9 @@ matrix:
5757
node_js: 8
5858
script:
5959
- git config --global user.email "[email protected]"
60-
- git config --global user.name "Daniel Schmidt"
60+
- git config --global user.name "Wix"
6161
- 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
62+
- cd website && npm install && GIT_USER=$GIT_USER CURRENT_BRANCH=master npm run publish-gh-pages
6363
branches:
6464
only:
6565
- master

0 commit comments

Comments
 (0)