js-republic/intervals-fn

View on GitHub
pushdoc.sh

Summary

Maintainability
Test Coverage
#!/bin/sh
npm run doc
touch docs/.nojekyll
git add -f docs && git commit -m "docs: update"
git subtree split --prefix docs -b gh-pages
git push -f origin gh-pages:gh-pages
git branch -D gh-pages
git reset HEAD~