Update .gitlab-ci.yml

This commit is contained in:
Octo Andri 2022-05-22 13:24:02 +00:00
commit 302fc0ecdc
1 changed files with 11 additions and 0 deletions

11
.gitlab-ci.yml Normal file
View File

@ -0,0 +1,11 @@
image: alpine:latest
pages:
stage: deploy
script:
- echo 'Nothing to do...'
artifacts:
paths:
- public
only:
- main