Update .gitlab-ci.yml file

This commit is contained in:
Denys Konovalov 2022-03-20 13:15:09 +00:00
parent 2a84ced81a
commit 78b4cf3fbd

View File

@ -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: