Update .gitlab-ci.yml file

This commit is contained in:
Simon 2021-08-14 11:09:51 +00:00
parent 2643181d94
commit 09f4f01ad7

12
.gitlab-ci.yml Normal file
View 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