Update .gitlab-ci.yml file

This commit is contained in:
2024-09-23 17:54:23 +00:00
parent 15686bc9c8
commit e6b93f8c66

12
.gitlab-ci.yml Normal file
View File

@@ -0,0 +1,12 @@
image: busybox
pages:
stage: deploy
script:
- echo 'Nothing to do...'
artifacts:
paths:
- public
expire_in: 1 day
rules:
- if: $CI_COMMIT_REF_NAME == $CI_DEFAULT_BRANCH