#!/usr/bin/env bash # build, because i never do vite build git push origin master # push contents of `build/` to the `gh-pages` branch git subtree push --prefix build origin gh-pages