diff options
author | Mantas Vilčinskas <hi@mnts.lt> | 2022-06-14 15:24:48 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-06-14 15:24:48 +0300 |
commit | 5471cfdfa15373d354d17abfcc6f3dd9ad359ae4 (patch) | |
tree | 4aebbe9d02267b8cc49b4043f87206e51652f467 /exampleSite | |
parent | a5000b4a922e138cdae325608c59fc238ea57fa1 (diff) |
also fix gitlab ci file like for example repo
Diffstat (limited to 'exampleSite')
-rw-r--r-- | exampleSite/.gitlab-ci.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/exampleSite/.gitlab-ci.yml b/exampleSite/.gitlab-ci.yml index af5fabc..ff60cfb 100644 --- a/exampleSite/.gitlab-ci.yml +++ b/exampleSite/.gitlab-ci.yml @@ -7,7 +7,7 @@ # https://gitlab.com/pages/hugo/container_registry # # cState uses Hugo Extended. -image: registry.gitlab.com/pages/hugo/hugo_extended:0.65.3 +image: registry.gitlab.com/pages/hugo/hugo_extended:0.100.2 variables: GIT_SUBMODULE_STRATEGY: recursive |