Skip to content

Commit 4900c6e

Browse files
authored
Update docgen.yml
Signed-off-by: Naren Dasan <[email protected]>
1 parent a7d2b5e commit 4900c6e

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/docgen.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,11 @@ jobs:
1717
username: $GITHUB_ACTOR
1818
password: ${{secrets.GITHUB_TOKEN}}
1919
steps:
20+
- name: Reclaim space
21+
run: |
22+
sudo rm -rf /usr/share/dotnet
23+
sudo rm -rf /opt/ghc
24+
sudo rm -rf "/usr/local/share/boost"
2025
- uses: actions/checkout@v2
2126
with:
2227
ref: ${{github.head_ref}}

0 commit comments

Comments
 (0)