Fix: use correct image tag for Hugo build
This commit is contained in:
@@ -3,8 +3,8 @@ variables:
|
|||||||
GIT_SUBMODULE_STRATEGY: recursive
|
GIT_SUBMODULE_STRATEGY: recursive
|
||||||
|
|
||||||
pages:
|
pages:
|
||||||
# This image is compatible with GitLab's shell-based runners
|
# The new official standard image for Hugo extended
|
||||||
image: registry.gitlab.com/pages/hugo/hugo_extended:latest
|
image: hugomods/hugo:exts
|
||||||
script:
|
script:
|
||||||
- hugo version
|
- hugo version
|
||||||
- hugo
|
- hugo
|
||||||
@@ -12,4 +12,4 @@ pages:
|
|||||||
paths:
|
paths:
|
||||||
- public
|
- public
|
||||||
rules:
|
rules:
|
||||||
- if: $CI_COMMIT_BRANCH == "master"
|
- if: $CI_COMMIT_BRANCH == $CI_COMMIT_REF_NAME
|
||||||
Reference in New Issue
Block a user