Skip to content

Commit

Permalink
try providing more space
Browse files Browse the repository at this point in the history
  • Loading branch information
zain-sohail committed Oct 30, 2023
1 parent 1bb9c36 commit 5abfa29
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .github/workflows/autodoc_tutorials.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,16 @@ jobs:
docs-from-tutorials:
runs-on: ubuntu-latest
steps:
- name: Maximize build space
uses: easimon/maximize-build-space@master
with:
root-reserve-mb: 512
swap-size-mb: 1024
remove-dotnet: 'true'
remove-codeql: 'true'
remove-android: 'true'
remove-docker-images: 'true'

# Check out repo and set up Python
- name: Check out the repository
uses: actions/checkout@v4
Expand Down

0 comments on commit 5abfa29

Please sign in to comment.