ragas
ragas copied to clipboard
Feature/ci with mike
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 format0.0|dev
.
Configuration Updates:
-
pyproject.toml
: Addedmike
to the list of documentation dependencies.