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 ac235ae commit f8e347e
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,10 +31,11 @@ jobs:
echo "$url"
filename=$(basename "$url")
clean_url=$(echo $url | sed 's/[?#].*//')
# echo "$clean_url"
# filename=$(basename "$clean_url")
# echo "$filename"
curl -o "dist/fonts/TMicon.eot" "$clean_url"
echo "$clean_url"
filename=$(basename "$clean_url")
echo "$filename"
full_url=$url
curl -o "$dist_dir/$filename" "$full_url"
done
# rm $css_file
Expand Down

0 comments on commit f8e347e

Please sign in to comment.