Skip to content

Commit 1ca7292

Browse files
committed
cleanup action for doc too
1 parent 902d647 commit 1ca7292

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

.github/workflows/build_doc.yml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,11 +15,16 @@ jobs:
1515
steps:
1616
- uses: actions/checkout@v4
1717
# Standard drop-in approach that should work for most people.
18-
18+
- name: Free Disk Space (Ubuntu)
19+
uses: insightsengineering/disk-space-reclaimer@v1
20+
with:
21+
android: true
22+
dotnet: true
1923
- name: Set up Python 3.10
2024
uses: actions/setup-python@v5
2125
with:
2226
python-version: "3.10"
27+
cache: 'pip'
2328

2429
- name: Get Python running
2530
run: |

0 commit comments

Comments
 (0)