Skip to content

Commit

Permalink
No minify
Browse files Browse the repository at this point in the history
  • Loading branch information
53845714nF authored and 53845714nF committed Oct 8, 2024
1 parent 0f8f6a0 commit 72b1570
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy_blog.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
- name: Build Hugo Site
run: |
hugo --minify
hugo -D
find public -name "*.html" | xargs sed -i '/<head>/ s|<head>|<head><meta name="google-site-verification" content="4IkI-B75r3alf_Dqp0o9cosdJewTjDHeCRr5b_yk6v8" /><meta name="theme-color" content="#6495ed" />|'
- name: Upload artifact
Expand Down

0 comments on commit 72b1570

Please sign in to comment.