From d2841500a81e6f8ace75b7424a2620256d878e0f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Maximilian=20Ke=C3=9Fler?= <git@maximilian-kessler.de> Date: Sun, 24 Oct 2021 10:14:08 +0200 Subject: [PATCH] add pages stage --- .gitlab-ci.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 6765ee8..aae2e81 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,7 +1,7 @@ stages: # List of stages for jobs, and their order of execution - get - build - - deploy + - pages get-build-repo: # This job runs in the build stage, which runs first. @@ -59,6 +59,7 @@ build-packages: # This job runs in the deploy stage. pages: + stage: pages artifacts: paths: - build/*