Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
ci: add GitHub Actions workflow to build the website
This commit introduces a GitHub Actions workflow (`site-doc.yml`) to automate website builds. The workflow triggers on pushes and pull requests to the `main` branch. It checks out the repository, sets up Python, installs `uv`, synchronizes dependencies, and builds the HTML. This is helpful to determine if a PR breaks the website by ensuring the site builds successfully before merging changes. Signed-off-by: Sébastien Han <[email protected]>
- Loading branch information