-
Notifications
You must be signed in to change notification settings - Fork 0
How to Work
Vinicius Morais Dutra edited this page Feb 16, 2022
·
5 revisions
- Main <---- Stable
- Develop <---- Development
- gh-pages <---- Deploy
git clone git@github.com:vinicinbgs/vinicinbgs.github.io.git
git checkout develop
git pushgit fetch && \
git checkout gh-pages && \
git merge main && \
yarn build && \
cd public && \
git init && \
git remote add origin https://github.com/vinicinbgs/vinicinbgs.github.io.git && \
git push -u origin gh-pages -f