Skip to content

Commit

Permalink
feat(deploy): prepare and deploy stats for article on CI
Browse files Browse the repository at this point in the history
  • Loading branch information
erykpiast committed May 18, 2020
1 parent b90ab91 commit f8e4831
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .travis.yml
Expand Up @@ -7,7 +7,11 @@ jobs:
- stage: test
script: npm test && npm run build:playground
- stage: deploy
script: npm run build
script: |
npm run build
npm run playground:play -- article
mkdir -p dist/a
mv ./playground/article/*.json ./dist/a/
deploy:
provider: pages
skip-cleanup: true
Expand Down

0 comments on commit f8e4831

Please sign in to comment.