From 9136880d4a4759a42193c53d5c9dff118ea339f6 Mon Sep 17 00:00:00 2001 From: irl Date: Mon, 13 Dec 2021 16:28:32 +0000 Subject: [PATCH] Update .gitlab-ci.yml file --- .gitlab-ci.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index cf14fa2..141540f 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -15,6 +15,8 @@ build: pages: # the job must be named pages image: node:latest stage: deploy + script: + - echo "Deploy to GitLab pages" artifacts: paths: - public # artifact path must be /public for GitLab Pages to pick it up