Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 246 Bytes

README.md

File metadata and controls

13 lines (9 loc) · 246 Bytes

rxgx.com

To deploy changes to gh-pages branch:

git subtree push --prefix public origin gh-pages

To deploy from untracked build directory:

git push origin `git subtree split --prefix public main`:gh-pages --force