- 空のリポジトリを作る
- Settings → Actions → Workflow permissions を "Read & Write" に設定
- リポジトリを手元に clone
.verify-helper/config.toml
,.github/workflows/verify.yml
,.github/workflows/requirements.txt
をコピーし、commit & push- Settings → Pages → Build and deployment → Branch を
gh-pages
に設定 - Code → About の設定で、
Use your GitHub Pages website
を true に - リンク先にライブラリのページができる
brew install pipx
/sudo apt install pipx
pipx install online-judge-verify-helper online-judge-tools
oj-verify run
でライブラリをチェックoj-bundle -I /path/to/your/library main.cpp
でライブラリを展開