Skip to content
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions .github/workflows/doc-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,13 @@ jobs:
- name: Checkout
uses: actions/checkout@v4

- name: Maximize available disk space
uses: jlumbroso/free-disk-space@main
with:
# Remove pre-installed packages like Docker, Android, .NET, etc.
# We only keep the basic essentials (like compilers, etc.)
tool-cache: true

- name: Merge CI fixes from sagemath/sage
run: |
.github/workflows/merge-fixes.sh
Expand Down
Loading