1 Open Issue Need Help Last updated: Mar 4, 2026

Open Issues Need Help

View All on GitHub

AI Summary: This issue addresses the redundancy of having two GitHub Pages deploy workflows (`pages.yml` and `deploy-pages.yml`) that perform the same function. The goal is to remove one, keeping a single canonical workflow that deploys the static site from `./docs`. This involves ensuring the remaining workflow has sensible triggers (push to main, restricted to `docs/**` paths) and verifying successful deployment.

Complexity: 3/5
good first issue dev