Publish Docs
GitHub Pages (recommended)
This repository includes a GitHub Actions workflow:
.github/workflows/docs-deploy.yml
It builds MkDocs and deploys to GitHub Pages on push to main.
One-time setup
- Open repository settings on GitHub.
- Go to
Settings->Pages. - Under
Build and deployment, setSourcetoGitHub Actions. - Push your changes to
main.
Your docs should appear at:
https://huh-itmo-y27.github.io/PARDON/
Local preview
uv run mkdocs serve -f docs/mkdocs.yml
Manual build
uv run mkdocs build -f docs/mkdocs.yml