Update .gitlab-ci.yml file
This commit is contained in:
parent
a255628d6f
commit
9136880d4a
1 changed files with 2 additions and 0 deletions
|
|
@ -15,6 +15,8 @@ build:
|
||||||
pages: # the job must be named pages
|
pages: # the job must be named pages
|
||||||
image: node:latest
|
image: node:latest
|
||||||
stage: deploy
|
stage: deploy
|
||||||
|
script:
|
||||||
|
- echo "Deploy to GitLab pages"
|
||||||
artifacts:
|
artifacts:
|
||||||
paths:
|
paths:
|
||||||
- public # artifact path must be /public for GitLab Pages to pick it up
|
- public # artifact path must be /public for GitLab Pages to pick it up
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue