ragas icon indicating copy to clipboard operation
ragas copied to clipboard

Feature/ci with mike

Open zodwick opened this issue 4 months ago • 0 comments

This pull request introduces a new workflow for deploying documentation, updates versioning information, and makes minor adjustments to documentation and configuration files. The most important changes include the addition of a new GitHub Actions workflow for deploying documents, updating the VERSION file, and adding a new dependency to pyproject.toml.

New GitHub Actions Workflow:

  • .github/workflows/mike-deploy.yml: Added a new workflow for deploying documentation, inspired by the Arduino-Cli project. This workflow includes steps for determining if documentation should be published, installing Python and dependencies, generating reference pages, determining versioning parameters, and deploying the documentation.

Versioning:

  • VERSION: Added an initial versioning entry with the format 0.0|dev.

Configuration Updates:

  • pyproject.toml: Added mike to the list of documentation dependencies.

zodwick avatar Oct 07 '24 04:10 zodwick