Skip to content

Commit

Permalink
temp-reserve-mb: 10240
Browse files Browse the repository at this point in the history
  • Loading branch information
xxchan committed Oct 8, 2023
1 parent 95bcefa commit c88758e
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/doc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@ jobs:
remove-haskell: 'true'
remove-codeql: 'true'
remove-docker-images: 'true'
root-reserve-mb: 2048
temp-reserve-mb: 1024
root-reserve-mb: 10240
temp-reserve-mb: 10240
- uses: actions/checkout@v3
- name: Setup Rust toolchain
run: rustup show
Expand Down Expand Up @@ -64,7 +64,8 @@ jobs:
uses: actions/upload-pages-artifact@v1
with:
path: artifact

- name: Show available storage
run: df -h
deploy:
needs: build
permissions:
Expand Down

0 comments on commit c88758e

Please sign in to comment.