1
0
Fork 0
docsearch/scripts/gh-pages
2015-11-26 16:31:20 +01:00

8 lines
153 B
Bash
Executable file

#!/usr/bin/env bash
rm -rf node_modules/gh-pages/.cache
cd ./docs
bundle install
bundle exec jekyll build
gh-pages --dist docs/_site --branch gh-pages