HackerSir WebSite
1. Update hackersir-web-2022
After updating hackersir-web-2022, you need to deploy the gp-pages with yarn.
yarn install
yarn run build
yarn run deployCopy the number (7 digits) of the last commit.
Go to this repo. Update submodule
git submodule update --init --recursivecd 2022
git fetch --allAnd then point this page to the gp-pages of hackersir-web-2022.
git checkout <the last commit number of the gh-pages>cd ..
git add 2022
git commit -m "..."
git push