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 5d9a126 commit 5a3616a
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,9 +32,10 @@ jobs:
clean_url=$(echo $url | sed 's/[?#].*//')
filename=$(basename "$clean_url")
path="$dist_dir/$filename"
echo "$path"
testurl="https://i.icomoon.io/public/a8317e20c1/TMIcons/TMicon.eot?73rtx5#iefix"
curl -o $path $testurl
echo $path
full_url=$(echo $url | sed "s/'//g" | sed 's/"//g')
echo $full_url
curl -o $path $full_url
done
# rm $css_file
Expand Down

0 comments on commit 5a3616a

Please sign in to comment.