1
1
mirror of https://github.com/jxnblk/mdx-deck.git synced 2024-09-20 11:27:14 +03:00
mdx-deck/.travis.yml
2019-03-09 18:20:19 -05:00

13 lines
184 B
YAML

language: node_js
node_js:
- 10
beforeDeploy:
- yarn build
deploy:
provider: pages
skip_cleanup: true
github_token: $GH_TOKEN
local_dir: docs/dist
on:
branch: master