Skip to content

Latest commit

 

History

History
40 lines (30 loc) · 676 Bytes

File metadata and controls

40 lines (30 loc) · 676 Bytes

HackerSir.github.io

HackerSir WebSite

Deploy path

After updating hackersir-web-2022, you need to deploy the gp-pages with yarn.

yarn install
yarn run build
yarn run deploy

Copy the number (7 digits) of the last commit.

2. Deploy Website

Go to this repo. Update submodule

git submodule update --init --recursive
cd 2022
git fetch --all

And 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