This commit is contained in:
logic 2022-03-03 20:50:56 +08:00
parent 0e4cca0311
commit 1f362d9099

14
.gitlab-ci.yml Normal file
View File

@ -0,0 +1,14 @@
image: registry.gitlab.com/pages/hugo/hugo_extended:latest
variables:
GIT_SUBMODULE_STRATEGY: recursive
pages:
script:
- hugo
artifacts:
paths:
- public
rules:
- if: $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH