Setup GitLab Pages

This commit is contained in:
yude 2020-09-06 07:26:52 +09:00
parent d659280fd3
commit 04d50b8d5c
No known key found for this signature in database
GPG Key ID: A49BFB97E0AB5435
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:
- ./
only:
- master