Update .gitlab-ci.yml file

This commit is contained in:
Denys Konovalov 2022-03-20 13:15:09 +00:00
parent 7e8ea5be7d
commit dd63a50505

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