Skip to content

Commit

Permalink
Fix hugo
Browse files Browse the repository at this point in the history
  • Loading branch information
twistedpair committed Jan 1, 2025
1 parent 69919d5 commit 8331686
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-deploy-site.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
extended: true

- name: Build Site
run: hugo --minify -v -d docs/
run: hugo --minify --logLevel info -d docs/

# Only deploy from default branch
- name: Deploy GitHub Pages
Expand Down

0 comments on commit 8331686

Please sign in to comment.