Skip to content

Commit

Permalink
Squeeze more disk space
Browse files Browse the repository at this point in the history
  • Loading branch information
kwankyu committed Nov 4, 2024
1 parent 2c5d9c0 commit b9567a6
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/doc-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -267,6 +267,8 @@ jobs:
id: buildlivedoc
if: startsWith(github.ref, 'refs/tags/')
run: |
# Avoid running out of disk space
rm -rf upstream
export MAKE="make -j5 --output-sync=recurse" SAGE_NUM_THREADS=5
export PATH="build/bin:$PATH"
eval $(sage-print-system-package-command auto update)
Expand Down

0 comments on commit b9567a6

Please sign in to comment.