Skip to content

Commit

Permalink
Install optipng to avoid warning when building doc and workflow failure
Browse files Browse the repository at this point in the history
  • Loading branch information
ericpre committed Jan 10, 2024
1 parent 77f606d commit 5b0c2d8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/doc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,5 @@ jobs:
# install with speed extra to avoid warnings
pip_extra_doc: 'doc,speed'
# graphviz is required to build mermaid graph
install_package_ubuntu: graphviz
# optipng is required to optimize thumbnail
install_package_ubuntu: graphviz, optipng

0 comments on commit 5b0c2d8

Please sign in to comment.