Adding deploy script
This commit is contained in:
parent
4d3157a0e6
commit
438249fb31
2 changed files with 5 additions and 6 deletions
5
docs/scripts/deploy
Executable file
5
docs/scripts/deploy
Executable file
|
|
@ -0,0 +1,5 @@
|
|||
#!/usr/bin/env sh
|
||||
set -e
|
||||
|
||||
yarn run build
|
||||
gh-pages -d dist
|
||||
|
|
@ -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! -->
|
||||
Loading…
Reference in a new issue