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 1394e6c commit 5d9a126
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
# curl -o "dist/fonts/TMicon.eot" "https://i.icomoon.io/public/a8317e20c1/TMIcons/TMicon.eot?73rtx5#iefix"
for url in $font_urls; do
echo "$url"
echo $url
clean_url=$(echo $url | sed 's/[?#].*//')
filename=$(basename "$clean_url")
path="$dist_dir/$filename"
Expand Down

0 comments on commit 5d9a126

Please sign in to comment.