diff --git a/.github/workflows/doc.yml b/.github/workflows/doc.yml index 697b41f26e02f..a56e5f364f27e 100644 --- a/.github/workflows/doc.yml +++ b/.github/workflows/doc.yml @@ -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 @@ -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: