Skip to content

Commit 214e07c

Browse files
Update static.yml
1 parent 2afb667 commit 214e07c

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.github/workflows/static.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,13 @@ jobs:
2828
url: ${{ steps.deployment.outputs.page_url }}
2929
runs-on: ubuntu-latest
3030
steps:
31+
- name: Free Disk Space for Docker
32+
uses: endersonmenezes/free-disk-space@v3
33+
with:
34+
remove_android: true
35+
remove_dotnet: true
36+
remove_haskell: true
37+
rm_cmd: "rmz" # Faster cleanup
3138
- name: Checkout
3239
uses: actions/checkout@v3
3340
with:

0 commit comments

Comments
 (0)