Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
darrytai committed May 21, 2024
1 parent b96a877 commit bc819fb
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,8 @@ jobs:
dist_dir="dist/fonts"
curl -o $css_file $css_url
font_urls=$(grep -oP 'url\(\K[^)]+' style.css | sort -u | sed 's/[?#].*//')
# font_urls=$(grep -oP 'url\(\K[^)]+' style.css | sort -u | sed 's/[?#].*//')
font_urls=$(grep -oP 'url\(\K[^)]+' style.css | sort -u)
curl -o "dist/fonts/TMicon.eot" "https://i.icomoon.io/public/a8317e20c1/TMIcons/TMicon.eot?73rtx5#iefix"
for url in $font_urls; do
Expand Down

0 comments on commit bc819fb

Please sign in to comment.