1
0
Fork 0

chore(website): qdd gh-pages script

This commit is contained in:
Pixelastic 2015-12-18 14:16:34 +01:00 committed by Sylvain UTARD
parent 5d4647ab7d
commit 23ae786c59

7
scripts/gh-pages Executable file
View file

@ -0,0 +1,7 @@
#!/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