Blog with gitbook
gitbook install && gitbook build
cp -R _book/* .
git clean -fx node_modules
git clean -fx _book
git add .
git commit -a -m "Update docs"
git push origin master
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Blog with gitbook
gitbook install && gitbook build
cp -R _book/* .
git clean -fx node_modules
git clean -fx _book
git add .
git commit -a -m "Update docs"
git push origin master