From 136dd1474f00a8642a6f19a9b45060e7adcaaf03 Mon Sep 17 00:00:00 2001 From: Alice Mikhaylenko Date: Fri, 10 Jan 2025 02:08:11 +0400 Subject: [PATCH] ci: Move refresh-doc to deploy stage --- .gitlab-ci.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 9a61677b1..cb61fa5a5 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -20,7 +20,6 @@ variables: stages: - build - - publish - deploy api-visibility: @@ -75,7 +74,7 @@ potfiles: refresh-doc: image: fedora - stage: publish + stage: deploy needs: ['doc'] only: refs: -- GitLab