Skip to content

Conversation

@google-labs-jules
Copy link
Contributor

This PR adds GitHub Actions workflows for Continuous Integration (CI) and Continuous Deployment (CD).

CI:

  • Runs tests on Python 3.10 and 3.11 for every push and pull request to main.
  • Installs dependencies from pyproject.toml and runs tests using unittest.

CD:

  • Deploys the MkDocs documentation to GitHub Pages on every push to main.
  • Uses mkdocs-material theme (added to dependencies and config).

Also includes cleanup of site/ directory from .gitignore.


PR created automatically by Jules for task 13537202722892185221 started by @stevevanhooser

- Added `.github/workflows/ci.yml` to run tests on Python 3.10 and 3.11.
- Added `.github/workflows/deploy-docs.yml` to deploy mkdocs to gh-pages.
- Updated `pyproject.toml` to include `mkdocs-material` dependency.
- Updated `mkdocs.yml` to use `material` theme.
- Added `site/` to `.gitignore`.
@google-labs-jules
Copy link
Contributor Author

👋 Jules, reporting for duty! I'm here to lend a hand with this pull request.

When you start a review, I'll add a 👀 emoji to each comment to let you know I've read it. I'll focus on feedback directed at me and will do my best to stay out of conversations between you and other bots or reviewers to keep the noise down.

I'll push a commit with your requested changes shortly after. Please note there might be a delay between these steps, but rest assured I'm on the job!

For more direct control, you can switch me to Reactive Mode. When this mode is on, I will only act on comments where you specifically mention me with @jules. You can find this option in the Pull Request section of your global Jules UI settings. You can always switch back!

New to Jules? Learn more at jules.google/docs.


For security, I will only act on instructions from the user who triggered this task.

- Added `.github/workflows/ci.yml` to run tests on Python 3.10 and 3.11.
- Added `.github/workflows/deploy-docs.yml` to deploy mkdocs to gh-pages.
- Updated `pyproject.toml` to include `mkdocs-material` dependency.
- Updated `mkdocs.yml` to use `material` theme.
- Added `site/` to `.gitignore`.
- Fixed CI error by removing `submodules: recursive` (broken submodule references).
- Added `.github/workflows/ci.yml` to run tests on Python 3.10 and 3.11.
- Added `.github/workflows/deploy-docs.yml` to deploy mkdocs to gh-pages with git user configuration.
- Updated `pyproject.toml` to include `mkdocs-material` dependency.
- Updated `mkdocs.yml` to use `material` theme.
- Added `site/` to `.gitignore`.
- Fixed CI error by removing `submodules: recursive` (broken submodule references).
- Removed broken gitlinks/submodules from repository index.
@stevevanhooser stevevanhooser merged commit 031b9a8 into main Feb 6, 2026
2 checks passed
@stevevanhooser stevevanhooser deleted the ci-docs-setup-13537202722892185221 branch February 6, 2026 21:15
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