1
1
mirror of https://github.com/jxnblk/mdx-deck.git synced 2024-09-20 11:27:14 +03:00
mdx-deck/.travis.yml
2018-08-14 21:44:19 -04:00

15 lines
225 B
YAML

language: node_js
node_js:
- 10
before_deploy:
- npm install
- npm run build
- cp docs/card.png site
deploy:
provider: pages
skip_cleanup: true
github_token: $GH_TOKEN
local_dir: site
on:
branch: master