Skip to content

Commit e35baeb

Browse files
justwheelmeteorlxy
authored andcommitted
docs: update sample travis-ci config (#2012)
This commit updates the sample Travis CI config used in the docs to deploy VuePress. Travis CI includes a config linter online and I made these changes from the feedback from the Travis CI config linter. These changes work cleanly with the latest API version of Travis CI at time of commit. Signed-off-by: Justin W. Flory <[email protected]>
1 parent 23ce866 commit e35baeb

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

packages/docs/docs/guide/deploy.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -80,10 +80,10 @@ script:
8080
- npm run docs:build
8181
deploy:
8282
provider: pages
83-
skip-cleanup: true
83+
skip_cleanup: true
8484
local_dir: docs/.vuepress/dist
85-
github-token: $GITHUB_TOKEN # a token generated on github allowing travis to push code on you repository
86-
keep-history: true
85+
github_token: $GITHUB_TOKEN # a token generated on github allowing travis to push code on you repository
86+
keep_history: true
8787
on:
8888
branch: master
8989
```

0 commit comments

Comments
 (0)