Skip to content

Commit

Permalink
Adjust og image
Browse files Browse the repository at this point in the history
  • Loading branch information
jxnblk committed Aug 15, 2018
1 parent 690186b commit e74ab21
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ node_js:
before_deploy:
- npm install
- npm run build
- npm run screenshot
- cp docs/card.png site
deploy:
provider: pages
skip_cleanup: true
Expand Down
Binary file added docs/card.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"start": "./cli.js docs/index.mdx -p 8989",
"build": "./cli.js build docs/index.mdx -d site",
"pdf": "./cli.js pdf docs/index.mdx -d site",
"screenshot": "./cli.js screenshot docs/index.mdx -d site --no-sandbox",
"screenshot": "./cli.js screenshot docs/index.mdx -d docs",
"help": "./cli.js",
"test": "jest"
},
Expand Down

0 comments on commit e74ab21

Please sign in to comment.