Skip to content

Commit 35db6e9

Browse files
committed
chore(showcase): ajust travis.yml
1 parent 450a54e commit 35db6e9

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.travis.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,11 +29,12 @@ jobs:
2929
- stage: build & publish showcase
3030
script:
3131
- npm run build:demo
32-
provider: pages
32+
deploy:
33+
provider: pages
3334
skip_cleanup: true
3435
github_token: $GH_TOKEN
3536
local_dir: dist/ng-sortgrid-demo
36-
on:
37+
on:
3738
branch: master
3839
- stage: build & publish lib
3940
script:

0 commit comments

Comments
 (0)