Update .gitlab-ci.yml file
This commit is contained in:
parent
2643181d94
commit
09f4f01ad7
12
.gitlab-ci.yml
Normal file
12
.gitlab-ci.yml
Normal file
@ -0,0 +1,12 @@
|
|||||||
|
# Move / rename the content files into the 'public' folder for GitLab Pages
|
||||||
|
# Artifacts contents of 'public' for Pages
|
||||||
|
# Deploy pages publicly in GitLab
|
||||||
|
|
||||||
|
pages:
|
||||||
|
stage: deploy
|
||||||
|
script: echo "hi 👋"
|
||||||
|
artifacts:
|
||||||
|
paths:
|
||||||
|
- public
|
||||||
|
only:
|
||||||
|
- pages
|
Loading…
x
Reference in New Issue
Block a user