From c92aa736e1f22422b8fd4ac6eba2e041b74d3a29 Mon Sep 17 00:00:00 2001 From: Jean Felder Date: Fri, 11 Oct 2024 09:58:42 +0200 Subject: [PATCH] ci: Rename pages job to deploy:pages This way, it respects the same naming convention as the other ones. --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 5689ce82..10fef85e 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -71,7 +71,7 @@ build:documentation: # -- DEPLOYMENT JOBS ------------ -pages: +deploy:pages: stage: deploy only: refs: