diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index ce76a8a..b124098 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -3,8 +3,8 @@ variables: GIT_SUBMODULE_STRATEGY: recursive pages: - # This image is compatible with GitLab's shell-based runners - image: registry.gitlab.com/pages/hugo/hugo_extended:latest + # The new official standard image for Hugo extended + image: hugomods/hugo:exts script: - hugo version - hugo @@ -12,4 +12,4 @@ pages: paths: - public rules: - - if: $CI_COMMIT_BRANCH == "master" \ No newline at end of file + - if: $CI_COMMIT_BRANCH == $CI_COMMIT_REF_NAME \ No newline at end of file