diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 8bb20fed867c151063ebec8281653ea808ec7e28..b6e3b9254449cd4710a6b7376543b8f04e9b15b4 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -9,7 +9,7 @@ # https://gitlab.com/pages/hugo/-/blob/main/README.md#use-a-custom-theme. # image: - name: registry.gitlab.com/pages/hugo/hugo_extended:latest + name: registry.gitlab.com/pages/hugo/hugo_extended:0.92.2 entrypoint: [ "/bin/sh", "-c" ] # Set this if you intend to use Git submodules @@ -21,8 +21,6 @@ default: before_script: - apk add --update --no-cache git go - git submodule update --init --recursive - - apk add --update npm - - npm create hyas@latest -- --template doks - hugo mod init gitlab.com/pages/hugo - hugo mod get -u github.com/gethyas/doks