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 9879174 commit f8273cbCopy full SHA for f8273cb
.travis.yml
@@ -14,6 +14,7 @@ git:
14
submodules: false
15
before_install:
16
- "git config --global user.name \"\U0001F916\""
17
+ - "git config --global github.token ${GH_TOKEN}"
18
jobs:
19
include:
20
- stage: lint
@@ -29,4 +30,4 @@ jobs:
29
30
- yarn travis-deploy-once "yarn semantic-release"
31
skip_cleanup: true
32
after_deploy:
- - git push --force "https://${GH_TOKEN}@${GH_REPO}" $(git subtree split --prefix demo master):gh-pages > /dev/null 2>&1
33
+ - git push --force "https://${GH_TOKEN}@${GH_REPO}" $(git subtree split --prefix demo master):gh-pages
0 commit comments