Created
January 13, 2022 21:45
-
-
Save vladyslav-dotsenko/444144da1c351b2ac1a30d03e9d9a1c2 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
git checkout master && | |
git branch -D gh-pages && | |
git branch gh-pages && | |
git checkout gh-pages && | |
yarn install && | |
yarn build && | |
rm -rf node_modules public README.md src yarn.lock build-gh-pages.sh && | |
mv build/* ./ && | |
rm -rf build && | |
git add . && | |
git commit -a -m 'release. gh-pages build' && | |
git push --force -u origin gh-pages |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment