Skip to content

Commit

Permalink
fix(v4): adjust generated theme.min.*.css for loading demo site icons (
Browse files Browse the repository at this point in the history
  • Loading branch information
igor-baiborodine authored Aug 28, 2023
1 parent 089db51 commit bd34293
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/update-demo-page.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,8 +58,8 @@ jobs:
run: |
rm -rf themes/bilberry-hugo-theme
hugo && > public/.nojekyll
sed -i "s~webfonts~bilberry-hugo-theme/webfonts~g" public/theme.css
sed -i "s~/fonts~/bilberry-hugo-theme/fonts~g" public/theme.css
sed -i "s~webfonts~bilberry-hugo-theme/webfonts~g" public/theme.min.*.css
sed -i "s~/fonts~/bilberry-hugo-theme/fonts~g" public/theme.min.*.css
- name: Deploy to GitHub Pages
if: success()
Expand Down

0 comments on commit bd34293

Please sign in to comment.