Pour tout problème contactez-nous par mail : support@froggit.fr | La FAQ :grey_question: | Rejoignez-nous sur le Chat :speech_balloon:

Skip to content
Snippets Groups Projects
Commit f6046181 authored by Marc's avatar Marc
Browse files

Update .gitlab-ci.yml file

parent eb55bc5b
No related branches found
No related tags found
No related merge requests found
Pipeline #12845 failed
...@@ -10,8 +10,18 @@ ...@@ -10,8 +10,18 @@
image: "${CI_TEMPLATE_REGISTRY_HOST}/pages/hugo:0.111.3" image: "${CI_TEMPLATE_REGISTRY_HOST}/pages/hugo:0.111.3"
variables: variables:
HUGO_ENV: production
GIT_SUBMODULE_STRATEGY: recursive GIT_SUBMODULE_STRATEGY: recursive
# ATTENTION #
# From Hugo version 0.111.3 and onwards, the base image was switched
# from Alpine to Debian, see https://gitlab.com/pages/hugo/-/merge_requests/175.
default:
before_script:
- apk add --no-cache go curl bash nodejs
- hugo mod init gitlab.com/pages/hugo
- hugo mod get -u github.com/theNewDynamic/gohugo-theme-ananke
test: test:
script: script:
- hugo - hugo
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment