From cf5e5fbd33329344b1970f11707b4541be20548b Mon Sep 17 00:00:00 2001 From: Jake Howard Date: Sat, 8 Oct 2022 16:29:02 +0100 Subject: [PATCH] Correctly name task --- .gitlab-ci.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index d853357..1f1fd05 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,4 +1,4 @@ -build: +pages: image: node:slim stage: build cache: @@ -13,3 +13,5 @@ build: artifacts: paths: - public + only: + - master