We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bffb7e9 commit 51346d1Copy full SHA for 51346d1
.github/workflows/pages.yml
@@ -40,6 +40,10 @@ jobs:
40
- run: npm run build:production
41
# - name: Build
42
# run: hugo --minify
43
+ - name: Keep custom favicon only
44
+ run: |
45
+ mkdir -p public/favicons
46
+ find public/favicons -type f ! -name 'favicon.ico' -delete
47
48
- name: Deploy
49
uses: peaceiris/actions-gh-pages@v4
layouts/partials/favicons.html
@@ -0,0 +1 @@
1
+<link rel="icon" href="{{ "favicons/favicon.ico" | relURL }}" sizes="any">
0 commit comments