From e68f17432c7bdacf732bc7560e9f05c64f8ebfdd Mon Sep 17 00:00:00 2001 From: eelke Date: Tue, 20 Sep 2022 19:23:25 +0200 Subject: [PATCH] the job for gitlab pages must be called pages --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 8562ad8..c9f8a89 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -25,7 +25,7 @@ test-docs: only: - branches -deploy: +pages: stage: deploy extends: - .install_sphinx