Skip to content

Commit 6f4b7b8

Browse files
committed
fox
1 parent 2dc6400 commit 6f4b7b8

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.travis.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,11 @@
11
language: node_js
2+
sudo: required
23
node_js:
34
- 9
45
script:
56
- npm run build
67
after_script:
7-
- bash ./build/deploy_to_gh_pages.sh
8+
- bash ./build/deploy_to_gh_pages.sh
89
deploy:
910
on:
1011
branch: master

build/deploy_to_gh_pages.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ git config user.name "[email protected]"
66
git config user.email "Travis"
77
git add .
88
git commit -m "Update docs"
9-
git push -f "https://${GITHUB_TOKEN}@github.com/vueComponent/vue-antd-issue-helper.git" master:gh-pages
9+
git push -f "https://${GH_TOKEN}@github.com/vueComponent/vue-antd-issue-helper.git" master:gh-pages
1010

1111
echo "Done updating gh-pages\n"
1212

0 commit comments

Comments
 (0)