Skip to content

Commit

Permalink
Merge pull request #3 from utensil/master
Browse files Browse the repository at this point in the history
Accelerate doc build and free disk space
  • Loading branch information
utensil authored Oct 10, 2023
2 parents e2aee4f + 90c9694 commit 225cb1d
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 1 deletion.
16 changes: 16 additions & 0 deletions .github/workflows/push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,22 @@ jobs:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
steps:
- name: Free Disk Space (Ubuntu)
uses: jlumbroso/free-disk-space@main
with:
# this might remove tools that are actually needed,
# if set to "true" but frees about 6 GB
tool-cache: false

# all of these default to true, but feel free to set to
# "false" if necessary for your workflow
android: true
dotnet: true
haskell: true
large-packages: true
docker-images: true
swap-storage: true

- name: Checkout project
uses: actions/checkout@v2
with:
Expand Down
2 changes: 1 addition & 1 deletion lake-manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
{"git":
{"url": "https://github.com/leanprover/doc-gen4",
"subDir?": null,
"rev": "402cfda104da78727a4ead99992abe638b8c14ef",
"rev": "f9d987567129f422ebd8cfac6a1e6233a06c720b",
"opts": {},
"name": "«doc-gen4»",
"inputRev?": "main",
Expand Down

0 comments on commit 225cb1d

Please sign in to comment.