Commit a896a0d
authored
ci: free up resources in docfx build (googleapis#12274)
Similar to googleapis#12273,
we also need to free up resources in the docfx build.
I ran the `docfx` build locally, and can confirm that the resources need
to be cleaned up as well. To confirm,
- delete .gitignore file in the root of the repo
- delete .gitignore file in the root of a package
- run `nox -s docfx` in the root of a package
- see the resources below that need to be cleaned up to free up space
```
__pycache__/
docs/__pycache__/
docs/_build/
google/cloud/accessapproval_v1/__pycache__/
google/cloud/accessapproval_v1/services/__pycache__/
google/cloud/accessapproval_v1/services/access_approval/__pycache__/
google/cloud/accessapproval_v1/services/access_approval/transports/__pycache__/
google/cloud/accessapproval_v1/types/__pycache__/
```1 parent 0a30c68 commit a896a0d
1 file changed
+5
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
59 | 59 | | |
60 | 60 | | |
61 | 61 | | |
| 62 | + | |
| 63 | + | |
| 64 | + | |
| 65 | + | |
| 66 | + | |
62 | 67 | | |
63 | 68 | | |
64 | 69 | | |
| |||
0 commit comments