Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(ci): add GitHub Actions CI workflow for MkDocs deployment This commit introduces a new CI workflow defined in `ci.yml`, designed to automate the deployment of MkDocs documentation to GitHub Pages. The workflow is triggered on pushes to the `master` and `main` branches. It includes steps for checking out the repository, configuring Git credentials for GitHub Actions, setting up Python, caching dependencies, and deploying the site using `mkdocs gh-deploy --force`. This setup ensures that the documentation is automatically built and deployed, facilitating continuous integration and deployment processes. Signed-off-by: Giulio Menna <[email protected]>
- Loading branch information