1
0
Fork 0
docsearch/scripts/gh-pages
2015-12-18 19:02:55 +01:00

7 lines
158 B
Bash
Executable file

#!/usr/bin/env bash
rm -rf node_modules/gh-pages/.cache
rm -rf docs/_site
cd docs
JEKYLL_ENV=production jekyll build
gh-pages --dist _site --branch gh-pages