Skip to content

Commit

Permalink
Add Meta Tag
Browse files Browse the repository at this point in the history
  • Loading branch information
53845714nF authored and 53845714nF committed Oct 6, 2024
1 parent aa708f4 commit 6b45b84
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/deploy_blog.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,9 @@ jobs:
- name: Build Hugo Site
run: |
hugo -D
find public -name "*.html" | xargs sed -i '4i<meta name="theme-color" content="#6495ed" />'
hugo --minify
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
uses: actions/upload-pages-artifact@v3
with:
Expand Down

0 comments on commit 6b45b84

Please sign in to comment.