Skip to content

Commit

Permalink
Check free disk space
Browse files Browse the repository at this point in the history
  • Loading branch information
mariags803 committed May 23, 2024
1 parent f2e3a35 commit 4cd328a
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/generate-and-submit-documentation.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,12 @@ jobs:
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v2

- name: Verify free disk space
run: df -h

- name: Show folders in /root/.cache/
run: ls -la /root/.cache/

- name: Build Docker image
uses: docker/build-push-action@v5
id: built-image
Expand Down

0 comments on commit 4cd328a

Please sign in to comment.