Open Issues Need Help
View All on GitHub Deduplicate GitHub Pages workflows (keep one) about 3 hours ago
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