Skip to content

Commit 0a7613b

Browse files
committed
chore(showcase): adjust build script
1 parent 9faec8c commit 0a7613b

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.travis.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,10 @@ jobs:
2929
- stage: build & publish showcase
3030
script:
3131
- npm run build:demo
32-
- npm run publish:demo
32+
provider: pages
33+
skip_cleanup: true
34+
github_token: $GH_TOKEN
35+
local_dir: dist/ng-sortgrid-demo
3336
- stage: build & publish lib
3437
script:
3538
- npm run build:lib

0 commit comments

Comments
 (0)