mirror of
https://gitlab.com/moepoi-site/moepoi-blog.git
synced 2024-11-21 22:56:35 +01:00
13 lines
No EOL
151 B
YAML
13 lines
No EOL
151 B
YAML
image: monachus/hugo
|
|
|
|
variables:
|
|
GIT_SUBMODULE_STRATEGY: recursive
|
|
|
|
pages:
|
|
script:
|
|
- hugo
|
|
artifacts:
|
|
paths:
|
|
- public
|
|
only:
|
|
- master |