Deployments are manual. In GitHub, open Actions → Deploy GitHub Pages → Run workflow, then enter the Git reference to publish:
maindeploys the current main branch.- A tag or full commit SHA deploys that exact revision. To roll back, select the commit SHA of a known-good deployment and run the workflow again.
The workflow builds the selected revision and publishes it to the gh-pages
branch.
yarn install
yarn serve
yarn build
yarn lint