1
0
Fork 0
docsearch/docs/scripts/deploy

7 lines
73 B
Bash
Executable file

#!/usr/bin/env sh
set -e
rm -rf ./dist
yarn run build
gh-pages -d dist