Update .gitlab-ci.yml file
This commit is contained in:
parent
57d751b93c
commit
3616f3c45a
@ -5,14 +5,13 @@
|
|||||||
# https://gitlab.com/gitlab-org/gitlab/-/blob/master/lib/gitlab/ci/templates/Pages/HTML.gitlab-ci.yml
|
# https://gitlab.com/gitlab-org/gitlab/-/blob/master/lib/gitlab/ci/templates/Pages/HTML.gitlab-ci.yml
|
||||||
|
|
||||||
# Full project: https://gitlab.com/pages/plain-html
|
# Full project: https://gitlab.com/pages/plain-html
|
||||||
image: monachus/hugo
|
|
||||||
|
|
||||||
variables:
|
variables:
|
||||||
GIT_SUBMODULE_STRATEGY: recursive
|
GIT_SUBMODULE_STRATEGY: recursive
|
||||||
|
|
||||||
pages:
|
pages:
|
||||||
stage: deploy
|
stage: deploy
|
||||||
image: minio/mc:latest
|
image: monachus/hugo:latest
|
||||||
script:
|
script:
|
||||||
- hugo
|
- hugo
|
||||||
- mkdir .public
|
- mkdir .public
|
||||||
|
Loading…
Reference in New Issue
Block a user