Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
  • Loading branch information
lawrennd committed Jul 12, 2024
1 parent 28a89c8 commit e26c000
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions .github/workflows/jekyll.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,25 @@ concurrency:
cancel-in-progress: false

jobs:
free-disk-space: # from https://github.com/marketplace/actions/free-disk-space-ubuntu
runs-on: ubuntu-latest
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
# Build job
build:
runs-on: ubuntu-latest
Expand Down

0 comments on commit e26c000

Please sign in to comment.