1
1
mirror of https://github.com/jxnblk/mdx-deck.git synced 2024-09-11 06:35:24 +03:00
mdx-deck/.travis.yml
2018-07-29 12:11:24 -04:00

13 lines
183 B
YAML

language: node_js
node_js:
- 10
before_deploy:
- npm run build
deploy:
provider: pages
skip_cleanup: true
github_token: $GH_TOKEN
local_dir: site
on:
branch: master