Skip to content

Commit

Permalink
Free up space on runner
Browse files Browse the repository at this point in the history
  • Loading branch information
mariags803 committed May 23, 2024
1 parent b0bd9a7 commit 591063a
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/generate-and-submit-documentation.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,13 @@ jobs:
- name: Clean up Docker images
run: docker system prune -af --volumes

- name: Free up space on runner
run: |
sudo apt-get clean
sudo rm -rf /var/lib/apt/lists/*
sudo rm -rf /tmp/*
sudo rm -rf /var/tmp/*
- name: Cache Docker layers
uses: actions/cache@v3
with:
Expand Down

0 comments on commit 591063a

Please sign in to comment.