Skip to content

Commit

Permalink
don't care if there's no fonts files
Browse files Browse the repository at this point in the history
  • Loading branch information
Perfect5th committed Jan 22, 2024
1 parent 724b121 commit d573064
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion convert.sh
Original file line number Diff line number Diff line change
Expand Up @@ -42,4 +42,4 @@ mkdir -p ./_site/fonts
cp ./css/base.css ./_site/css/base.css
cp ./js/main.js ./_site/js/main.js
cp ./favicon.ico ./_site/favicon.ico
cp ./fonts/* ./_site/fonts/
cp ./fonts/* ./_site/fonts/ || true

0 comments on commit d573064

Please sign in to comment.