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 5c8ce58 commit ac235ae
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,10 +31,10 @@ 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/$filename" "$clean_url"
# echo "$clean_url"
# filename=$(basename "$clean_url")
# echo "$filename"
curl -o "dist/fonts/TMicon.eot" "$clean_url"
done
# rm $css_file
Expand Down

0 comments on commit ac235ae

Please sign in to comment.