Skip to content
Snippets Groups Projects

Add optipng when building docs for smaller PNGs

Merged Oscar Gustafsson requested to merge optipng into master
1 file
+ 1
0
Compare changes
  • Side-by-side
  • Inline
+ 1
0
@@ -138,6 +138,7 @@ pages:
stage: deploy
image: python:3.10
script:
- apt-get install --yes optipng
- pip install -r requirements_doc.txt
- sphinx-build -b html docs_sphinx public
artifacts:
Loading