Skip to content

Add GitHub Pages docs deployment workflow#26

Merged
Faerkeren merged 1 commit into
mainfrom
ci/docs-deploy
Apr 24, 2026
Merged

Add GitHub Pages docs deployment workflow#26
Faerkeren merged 1 commit into
mainfrom
ci/docs-deploy

Conversation

@Faerkeren

Copy link
Copy Markdown
Contributor

Summary

  • Add .github/workflows/docs.yml that builds docs with mkdocs build --strict on PRs (validation gate) and deploys to GitHub Pages on push to main using actions/deploy-pages
  • Remove spurious pydoc-markdown and tool from runtime dependencies (only aiohttp should be a runtime dep)

Setup required

After merging, enable GitHub Pages in repo settings:
Settings → Pages → Source → GitHub Actions

- Add docs.yml workflow: builds docs on PRs (validation), deploys to
  GitHub Pages on push to main via actions/deploy-pages
- Remove pydoc-markdown and tool from runtime dependencies (only
  aiohttp is a runtime dep)
@Faerkeren Faerkeren merged commit 6f110e2 into main Apr 24, 2026
12 checks passed
@Faerkeren Faerkeren deleted the ci/docs-deploy branch April 24, 2026 13:55
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant