Update .gitlab-ci.yml file
This commit is contained in:
parent
b4b5f74423
commit
87ebf1c861
@ -3,7 +3,11 @@ image: registry.gitlab.com/pages/hugo/hugo_extended:latest
|
|||||||
variables:
|
variables:
|
||||||
GIT_SUBMODULE_STRATEGY: recursive
|
GIT_SUBMODULE_STRATEGY: recursive
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
pages:
|
pages:
|
||||||
|
before_script:
|
||||||
|
- apk add --update --no-cache openssh
|
||||||
script:
|
script:
|
||||||
- hugo
|
- hugo
|
||||||
artifacts:
|
artifacts:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user