Update .gitlab-ci.yml file

This commit is contained in:
Iain Learmonth 2021-12-13 16:28:32 +00:00
parent a255628d6f
commit 9136880d4a

View file

@ -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