From 428edfbee4699be5a132a1683f0d564f8092cabb Mon Sep 17 00:00:00 2001 From: Whitney Armstrong <warmstrong@anl.gov> Date: Tue, 16 Mar 2021 15:56:09 -0500 Subject: [PATCH] modified: .gitlab-ci.yml --- .gitlab-ci.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 1d806d7..0834464 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,10 +1,16 @@ image: node:latest + +stages: + - build + - deploy + # http://docs.gitlab.com/ce/ci/yaml/README.html#cache cache: paths: - node_modules/ pages: + stage: deploy script: - npm install - ./node_modules/.bin/gatsby build --prefix-paths -- GitLab