Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 6be0c86

Browse files
committed
Temporarily remove automated GitHub Pages deploy
1 parent d0e6f58 commit 6be0c86

File tree

1 file changed

+0
-12
lines changed

1 file changed

+0
-12
lines changed

.travis.yml

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -7,20 +7,8 @@ cache:
77
directories:
88
- node_modules
99

10-
deploy:
11-
provider: pages
12-
skip-cleanup: true
13-
github-token: $GITHUB_TOKEN
14-
local_dir: public
15-
keep-history: true
16-
on:
17-
branch: master
18-
1910
before_script:
2011
- npm install
2112

2213
script:
2314
- npm run lint
24-
25-
after_success:
26-
- npm run deploy

0 commit comments

Comments
 (0)