Skip to content
Snippets Groups Projects
Commit c8a0c3f6 authored by Antoine Roy's avatar Antoine Roy
Browse files

fix proposé par la documentation de hugo

parent 58045912
No related branches found
No related tags found
No related merge requests found
Pipeline #1497 failed
...@@ -9,7 +9,7 @@ ...@@ -9,7 +9,7 @@
# https://gitlab.com/pages/hugo/-/blob/main/README.md#use-a-custom-theme. # https://gitlab.com/pages/hugo/-/blob/main/README.md#use-a-custom-theme.
# #
image: 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" ] entrypoint: [ "/bin/sh", "-c" ]
# Set this if you intend to use Git submodules # Set this if you intend to use Git submodules
...@@ -21,8 +21,6 @@ default: ...@@ -21,8 +21,6 @@ default:
before_script: before_script:
- apk add --update --no-cache git go - apk add --update --no-cache git go
- git submodule update --init --recursive - git submodule update --init --recursive
- apk add --update npm
- npm create hyas@latest -- --template doks
- hugo mod init gitlab.com/pages/hugo - hugo mod init gitlab.com/pages/hugo
- hugo mod get -u github.com/gethyas/doks - hugo mod get -u github.com/gethyas/doks
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment