From d87d689f031ccac37c9c40f59f4121bc0ccdd646 Mon Sep 17 00:00:00 2001 From: shockrah Date: Mon, 18 Oct 2021 00:31:30 -0700 Subject: [PATCH] * Seperating build stages --- .gitlab-ci.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 3a3906a..633b5f0 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,6 +1,7 @@ image: rustlang/rust:nightly stages: - - deploy + - pages + - build # Builds out the intended zip package package: @@ -23,7 +24,7 @@ package: pages: image: shockrah/website:latest - stage: deploy + stage: pages before_script: - git submodule init - git submodule update