Skip to content

Commit

Permalink
fix font urls?
Browse files Browse the repository at this point in the history
  • Loading branch information
haliphax committed Mar 14, 2024
1 parent 445d8f0 commit 7f94a9c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish-site.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,8 @@ jobs:

- name: Relative URLs
run: |
sed -i -e 's/="\//="/g' html/*.html
sed -i -e 's/url(\//url(/g' html/assets/*.css
sed -i -e 's/="\/assets\//="assets\//g' html/*.html
sed -i -e 's/url(\/assets\//url(/g' html/assets/*.css
- uses: actions/upload-pages-artifact@v3
with:
Expand Down

0 comments on commit 7f94a9c

Please sign in to comment.