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 2dc6400 commit 6f4b7b8Copy full SHA for 6f4b7b8
.travis.yml
@@ -1,10 +1,11 @@
1
language: node_js
2
+sudo: required
3
node_js:
4
- 9
5
script:
6
- npm run build
7
after_script:
-- bash ./build/deploy_to_gh_pages.sh
8
+ - bash ./build/deploy_to_gh_pages.sh
9
deploy:
10
on:
11
branch: master
build/deploy_to_gh_pages.sh
@@ -6,7 +6,7 @@ git config user.name "[email protected]"
git config user.email "Travis"
git add .
git commit -m "Update docs"
-git push -f "https://${GITHUB_TOKEN}@github.com/vueComponent/vue-antd-issue-helper.git" master:gh-pages
+git push -f "https://${GH_TOKEN}@github.com/vueComponent/vue-antd-issue-helper.git" master:gh-pages
echo "Done updating gh-pages\n"
12
0 commit comments