From c5daf1981a7f00de16e19120ac42575c0e4bc424 Mon Sep 17 00:00:00 2001 From: Hans-Christoph Steiner Date: Wed, 17 Apr 2019 14:13:36 +0200 Subject: [PATCH] gitlab-ci: job must be called 'pages' to deploy to GitLab Pages https://docs.gitlab.com/ee/user/project/pages/getting_started_part_four.html#job fdroid/fdroidserver#649 --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index d9b823fd9..857d06565 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -142,7 +142,7 @@ connected Q default x86_64: <<: *kvm-template -deploy_nightly: +pages: stage: deploy only: - master