Skip to content

Latest commit

 

History

History
8 lines (6 loc) · 160 Bytes

README.md

File metadata and controls

8 lines (6 loc) · 160 Bytes

Delete gh-pages branches on github

npm run build git add dist -f git commit -m "deploy" git subtree push --prefix dist origin gh-pages git reset --hard HEAD^