1
0
Fork 0

Adding deploy script

This commit is contained in:
Pixelastic 2018-08-17 18:41:26 +02:00
parent 4d3157a0e6
commit 438249fb31
2 changed files with 5 additions and 6 deletions

5
docs/scripts/deploy Executable file
View file

@ -0,0 +1,5 @@
#!/usr/bin/env sh
set -e
yarn run build
gh-pages -d dist

View file

@ -1,6 +0,0 @@
---
layout: two-columns
---
<!-- **NB:** If you prefer to DIY, you can [run the scraper](https://github.com/algolia/docsearch-scraper) -->
<!-- in your own infra. Feel free to fork! -->