Skip to content

Commit

Permalink
build improvements
Browse files Browse the repository at this point in the history
  • Loading branch information
verwoerd committed Nov 2, 2024
1 parent c313137 commit 01217ce
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,15 +26,10 @@ jobs:
${{ runner.os }}-lfs-
- name: Git LFS Pull
run: git lfs pull
# remove the git lfs directory to free up disk space
- name: Remove File
uses: JesseTG/[email protected]
with:
path: ./git/lfs
- name: Setup Hugo
uses: peaceiris/actions-hugo@v2
with:
hugo-version: '0.135.0'
hugo-version: 'latest'
extended: true
- name: Build
run: hugo --minify --noTimes=false
Expand Down

0 comments on commit 01217ce

Please sign in to comment.