Skip to content

Commit

Permalink
Update path for docs font removal when making zip package. [ci skip]
Browse files Browse the repository at this point in the history
  • Loading branch information
shorowit committed Nov 16, 2024
1 parent fb6983a commit 914d27c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tasks.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2739,7 +2739,8 @@ def display_usage(command_list)
exit!
end

fonts_dir = File.join(File.dirname(__FILE__), 'documentation', '_static', 'fonts')
# Remove large fonts dir to keep package smaller
fonts_dir = File.join(File.dirname(__FILE__), 'documentation', '_static', 'css', 'fonts')
if Dir.exist? fonts_dir
FileUtils.rm_r(fonts_dir)
end
Expand Down

0 comments on commit 914d27c

Please sign in to comment.