1
1
mirror of https://github.com/jxnblk/mdx-deck.git synced 2024-11-26 00:35:02 +03:00

Edit travis config

This commit is contained in:
Brent Jackson 2019-03-08 11:51:41 -05:00
parent 3f565af202
commit aaec3aa83e

View File

@ -1,14 +1,3 @@
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