From 5271c9532b7d2c61673f2d6c2ebc29645cf0c66f Mon Sep 17 00:00:00 2001 From: Julien Girard <julien.girard2@cea.fr> Date: Thu, 8 Jun 2023 16:14:44 +0200 Subject: [PATCH] [ci] Fix documentation generation --- .gitlab-ci.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 7172e4f..316909c 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -30,12 +30,13 @@ tests: documentation: stage: test - image: sphinxdoc/sphinx + image: sphinxdoc/sphinx-latexpdf@sha256:f80e48ac46a14736795e561e79a2fa43835a5aaa2cfa4bdc6021d85d329da5f2 script: - make doc artifacts: paths: - doc/_build/html/ + - doc/_build/latex/ tags: - docker when: manual -- GitLab