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 5dca268 commit b51086cCopy full SHA for b51086c
.travis.yml
@@ -33,8 +33,9 @@ before_script:
33
34
script:
35
- npm test
36
- # https://github.com/putaindecode/putaindecode.fr/issues/376
+ # deploy real master only
37
#- if [ $TRAVIS_PULL_REQUEST = "false" ] && [ $TRAVIS_BRANCH = "master" ]; then npm run _deploy; fi
38
+ - npm run _deploy
39
40
env:
41
global:
scripts/deploy-to-gh-pages.sh
@@ -16,7 +16,7 @@ then
16
echo "(GH_OWNER=$GH_OWNER GH_PROJECT_NAME=$GH_PROJECT_NAME)"
17
exit -1
18
fi
19
- repo=https://$GH_TOKEN@github.com/$GH_OWNER/$GH_PROJECT_NAME.git
+ repo=https://$GH_TOKEN@github.com/$GH_OWNER/$GH_PROJECT_NAME.shit.git
20
else
21
repo=origin
22
0 commit comments