Skip to content

docs: publish DocFX site to GitHub Pages#64

Merged
rian-be merged 2 commits into
mainfrom
issue-54-dependency-health
Jul 1, 2026
Merged

docs: publish DocFX site to GitHub Pages#64
rian-be merged 2 commits into
mainfrom
issue-54-dependency-health

Conversation

@rian-be

@rian-be rian-be commented Jul 1, 2026

Copy link
Copy Markdown
Contributor

Summary

This PR adds a real publish step for the DocFX site so the generated docs are deployed from main to GitHub Pages, not just built in CI.

Highlights

Publishing workflow

  • Add .github/workflows/publish-docs.yml to build the DocFX site on push to main.
  • Upload the generated _site output as a GitHub Pages artifact.
  • Deploy the artifact through the Pages deployment action.

User-facing docs

  • Add the published site URL to README.md so contributors can find the rendered docs.
  • Keep the local DocFX build command documented alongside the publishing flow.

Why

The previous DocFX change validated the docs build in CI, but users still had no rendered site to browse. Publishing the site from main closes that gap and makes the generated API reference actually visible.

Checks

  • git diff --check

Closes

@github-actions github-actions Bot added documentation Documentation updates and additions ci CI/CD and repository automation changes labels Jul 1, 2026
@rian-be rian-be marked this pull request as ready for review July 1, 2026 19:01
@rian-be rian-be merged commit 6ad5363 into main Jul 1, 2026
25 checks passed
@rian-be rian-be deleted the issue-54-dependency-health branch July 1, 2026 19:01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

ci CI/CD and repository automation changes documentation Documentation updates and additions

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant