Skip to content

Commit 089db51

Browse files
fix(v4): adjust theme.css for loading demo site icons (#575)
1 parent de1cae4 commit 089db51

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.github/workflows/update-demo-page.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,11 @@ jobs:
5555
5656
- name: Build
5757
working-directory: /tmp/demo-site
58-
run: hugo && > public/.nojekyll
58+
run: |
59+
rm -rf themes/bilberry-hugo-theme
60+
hugo && > public/.nojekyll
61+
sed -i "s~webfonts~bilberry-hugo-theme/webfonts~g" public/theme.css
62+
sed -i "s~/fonts~/bilberry-hugo-theme/fonts~g" public/theme.css
5963
6064
- name: Deploy to GitHub Pages
6165
if: success()

0 commit comments

Comments
 (0)