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