chore(website): qdd gh-pages script
This commit is contained in:
parent
5d4647ab7d
commit
23ae786c59
1 changed files with 7 additions and 0 deletions
7
scripts/gh-pages
Executable file
7
scripts/gh-pages
Executable 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
|
||||
Loading…
Reference in a new issue