Skip to content

Commit

Permalink
stop minifying!
Browse files Browse the repository at this point in the history
  • Loading branch information
nichoffs committed Jun 8, 2024
1 parent 5c695a5 commit 6b71a19
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/hugo.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ jobs:
HUGO_ENV: production
run: |
hugo \
--minify \
# --minify \
--baseURL "${{ steps.pages.outputs.base_url }}/"
- name: Upload artifact
uses: actions/upload-pages-artifact@v3
Expand Down
2 changes: 1 addition & 1 deletion content/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@ draft: false

# Nic Hoffs

Mostly deep learning stuff.
_Mostly_ deep learning stuff.
2 changes: 1 addition & 1 deletion public/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@


<h1 id="nic-hoffs">Nic Hoffs</h1>
<p>Mostly deep learning stuff.</p>
<p><em>Mostly</em> deep learning stuff.</p>


<ul>
Expand Down

0 comments on commit 6b71a19

Please sign in to comment.