Skip to content
Snippets Groups Projects
Commit bae4acaf authored by Oscar Gustafsson's avatar Oscar Gustafsson :bicyclist:
Browse files

Add optipng when building docs for smaller PNGs

parent 0f49938b
No related branches found
No related tags found
1 merge request!366Add optipng when building docs for smaller PNGs
Pipeline #96932 failed
......@@ -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:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment