Skip to content

[Infra] Consolidate documentation deployment into release workflow#48

Merged
jacksever merged 5 commits into
mainfrom
feature/change-release-workflow
Jan 26, 2026
Merged

[Infra] Consolidate documentation deployment into release workflow#48
jacksever merged 5 commits into
mainfrom
feature/change-release-workflow

Conversation

@jacksever

Copy link
Copy Markdown
Owner

No description provided.

This commit introduces a comprehensive documentation site built with MkDocs and Material for MkDocs. It also sets up a GitHub Actions workflow to automatically build and deploy the documentation to GitHub Pages.

Key changes include:

*   **Documentation Site:**
    *   Added a new `docs/` directory containing detailed documentation on setup, usage, and advanced features like custom mappings and type converters.
    *   A `mkdocs.yml` configuration file has been added to define the site structure, theme, and navigation.

*   **README Update:**
    *   The `README.md` has been simplified, removing detailed usage instructions and adding a prominent link to the new documentation site.
This commit streamlines the CI process by removing the separate `docs.yml` workflow and integrating its documentation deployment steps directly into the `release-publish.yml` workflow.

This change ensures that the documentation is automatically updated on GitHub Pages as part of the release process, rather than on every push to the `main` branch.

Key changes include:

*   **Removed Workflow:** Deleted the standalone `docs.yml` GitHub Actions workflow.
*   **Integrated Steps:** Added Python setup and `mkdocs gh-deploy` commands to the `release-publish.yml` workflow, which now handles deploying documentation.
This commit streamlines the CI process by removing the separate `docs.yml` workflow and integrating its documentation deployment steps directly into the `release-publish.yml` workflow.

This change ensures that the documentation is automatically updated on GitHub Pages as part of the release process, rather than on every push to the `main` branch.

Key changes include:

*   **Removed Workflow:** Deleted the standalone `docs.yml` GitHub Actions workflow.
*   **Integrated Steps:** Added Python setup and `mkdocs gh-deploy` commands to the `release-publish.yml` workflow, which now handles deploying documentation.
@jacksever
jacksever merged commit 61ba78a into main Jan 26, 2026
1 check passed
@jacksever
jacksever deleted the feature/change-release-workflow branch January 26, 2026 13:47
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