Add GitLab pages pipeline

This commit is contained in:
Mikko Ahlroth 2024-04-14 16:20:58 +03:00
parent 1e7451b7f8
commit f4e510bd46

9
.gitlab-ci.yml Normal file
View file

@ -0,0 +1,9 @@
pages:
stage: deploy
script:
- echo 'Nothing to do'
artifacts:
paths:
- public
rules:
- if: $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH