Skip to content

Commit

Permalink
fix(v4): adjust theme.css for loading demo site icons (#575)
Browse files Browse the repository at this point in the history
  • Loading branch information
igor-baiborodine authored Aug 28, 2023
1 parent de1cae4 commit 089db51
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/update-demo-page.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,11 @@ jobs:
- name: Build
working-directory: /tmp/demo-site
run: hugo && > public/.nojekyll
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
- name: Deploy to GitHub Pages
if: success()
Expand Down

0 comments on commit 089db51

Please sign in to comment.