Commit bfa95f1
ci: adds new github workflow focused on documentation in prep to deprecate kokoro presubmit (#2194)
* I've created a new workflow for the docs and docsfx nox sessions.
This involves a new GitHub workflow located in `.github/workflows/docs.yml`. This new workflow will now handle running the `docs` and `docsfx` nox sessions, which were previously managed by the `.kokoro/presubmit/presubmit.cfg` workflow.
Here's how the new workflow operates:
- It activates when you make pull requests to the `main` branch.
- It executes two jobs: `docs` and `docsfx`.
- Both of these jobs utilize Python 3.10.
- Each job installs nox and then runs its corresponding nox session (`docs-3.10` or `docsfx-3.10`).
This adjustment is a step towards phasing out and removing the `.kokoro/presubmit/presubmit.cfg` file.
* Update .github/workflows/docs.yml
* Update .github/workflows/docs.yml
---------
Co-authored-by: google-labs-jules[bot] <161369871+google-labs-jules[bot]@users.noreply.github.com>1 parent 9b5ee78 commit bfa95f1
1 file changed
+39
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
0 commit comments