We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent de1cae4 commit 089db51Copy full SHA for 089db51
.github/workflows/update-demo-page.yml
@@ -55,7 +55,11 @@ jobs:
55
56
- name: Build
57
working-directory: /tmp/demo-site
58
- run: hugo && > public/.nojekyll
+ 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
63
64
- name: Deploy to GitHub Pages
65
if: success()
0 commit comments