Skip to content
This repository was archived by the owner on May 13, 2024. It is now read-only.

Commit 002d0e8

Browse files
committed
ci: github pages deployment
1 parent e5b09dd commit 002d0e8

File tree

1 file changed

+28
-0
lines changed

1 file changed

+28
-0
lines changed

.travis.yml

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
1+
language: node_js
2+
3+
git:
4+
depth: false
5+
6+
branches:
7+
only:
8+
- master
9+
10+
node_js:
11+
- node
12+
13+
cache: yarn
14+
15+
install: yarn
16+
17+
script: yarn build:docs
18+
19+
deploy:
20+
provider: pages
21+
repo: vuepress/vuepress.github.io
22+
target-branch: master
23+
github-token: $GITHUB_TOKEN
24+
local-dir: packages/docs/dist
25+
skip-cleanup: true
26+
keep_history: false
27+
on:
28+
branch: master

0 commit comments

Comments
 (0)