From bae4acafcfc9545abdbd9a87a185357e8d016d96 Mon Sep 17 00:00:00 2001
From: Oscar Gustafsson <oscar.gustafsson@gmail.com>
Date: Wed, 10 May 2023 11:55:45 +0200
Subject: [PATCH] Add optipng when building docs for smaller PNGs

---
 .gitlab-ci.yml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 2935765d..a17158a2 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -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:
-- 
GitLab