Skip to content

Commit aad8d52

Browse files
committed
ci: wip disk space before building docs
1 parent 2516af1 commit aad8d52

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/gh_pages.yml

+5
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,11 @@ jobs:
1010
docs:
1111
runs-on: ubuntu-latest
1212
steps:
13+
- name: Clean up disk space
14+
run: |
15+
sudo rm -rf /usr/share/dotnet
16+
sudo rm -rf /usr/local/lib/android
17+
sudo rm -rf /opt/ghc
1318
- uses: actions/checkout@v1
1419
- uses: conda-incubator/setup-miniconda@v2
1520
with:

0 commit comments

Comments
 (0)