Skip to content

Commit

Permalink
fic
Browse files Browse the repository at this point in the history
  • Loading branch information
darrytai committed May 21, 2024
1 parent 5a3616a commit 9443552
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,16 +28,13 @@ 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
clean_url=$(echo $url | sed 's/[?#].*//')
filename=$(basename "$clean_url")
path="$dist_dir/$filename"
echo $path
full_url=$(echo $url | sed "s/'//g" | sed 's/"//g')
echo $full_url
curl -o $path $full_url
curl -o "$dist_dir/$filename" $full_url
done
git status
# rm $css_file

# echo "Font files downloaded successfully."
Expand Down

0 comments on commit 9443552

Please sign in to comment.