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 2c8a792 commit e88c058
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 @@ -34,7 +34,7 @@ jobs:
echo "$clean_url"
filename=$(basename "$clean_url")
echo "$filename"
# # curl -o "$dist_dir/$filename" "$url"
curl -o "dist/fonts/$filename" "$url"
done
# rm $css_file
Expand Down

0 comments on commit e88c058

Please sign in to comment.