Add GitLab Pages stuff

This commit is contained in:
Midgard 2022-01-28 21:57:09 +01:00
parent c45f3fd3c8
commit e14feac2e8
Signed by: midgard
GPG Key ID: 511C112F1331BBB4
6 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:
- master