Skip to content

Commit

Permalink
workaround for build issues
Browse files Browse the repository at this point in the history
  • Loading branch information
verwoerd committed Oct 27, 2024
1 parent a1d1654 commit 2e606f3
Showing 1 changed file with 16 additions and 1 deletion.
17 changes: 16 additions & 1 deletion .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,21 @@ jobs:
name: Build Docker image
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
- name: Checkout code
uses: actions/checkout@v4
with:
Expand All @@ -30,7 +45,7 @@ jobs:
- name: Setup Hugo
uses: peaceiris/actions-hugo@v2
with:
hugo-version: '0.135.0'
hugo-version: '0. 135.0'
extended: true
- name: Build
run: hugo --minify --noTimes=false
Expand Down

0 comments on commit 2e606f3

Please sign in to comment.