mirror of
https://gitlab.com/moepoi-site/moepoi-blog.git
synced 2024-12-22 14:34:58 +01:00
Merge branch 'master' of gitlab.com:moepoi-site/moepoi-blog
This commit is contained in:
commit
0a47766050
1 changed files with 23 additions and 0 deletions
23
.gitlab-ci.yml
Normal file
23
.gitlab-ci.yml
Normal file
|
@ -0,0 +1,23 @@
|
||||||
|
# This file is a template, and might need editing before it works on your project.
|
||||||
|
---
|
||||||
|
# All available Hugo versions are listed here:
|
||||||
|
# https://gitlab.com/pages/hugo/container_registry
|
||||||
|
image: registry.gitlab.com/pages/hugo:latest
|
||||||
|
|
||||||
|
variables:
|
||||||
|
GIT_SUBMODULE_STRATEGY: recursive
|
||||||
|
|
||||||
|
test:
|
||||||
|
script:
|
||||||
|
- hugo
|
||||||
|
except:
|
||||||
|
- master
|
||||||
|
|
||||||
|
pages:
|
||||||
|
script:
|
||||||
|
- hugo
|
||||||
|
artifacts:
|
||||||
|
paths:
|
||||||
|
- public
|
||||||
|
only:
|
||||||
|
- master
|
Loading…
Reference in a new issue