Skip to content

Commit

Permalink
Removed minify command from build step because it was stripping a spacE
Browse files Browse the repository at this point in the history
  • Loading branch information
Kurt Bruns committed Jul 18, 2023
1 parent 52a27fe commit 8e4c3ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
extended: true

- name: Build
run: hugo --minify
run: hugo

- name: Deploy Site
uses: peaceiris/actions-gh-pages@v3
Expand Down

0 comments on commit 8e4c3ae

Please sign in to comment.