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 4b01bda2 authored by David's avatar David
Browse files

:green_heart: ci: fix Gitlab pipeline

parent e088a048
No related branches found
No related tags found
No related merge requests found
Pipeline #13169 passed
image: registry.gitlab.com/pages/hugo/hugo_extended:latest
image:
# https://gohugo.io/hosting-and-deployment/hosting-on-gitlab/
# name: registry.gitlab.com/pages/hugo/hugo_extended:latest
name: klakegg/hugo:edge-ext-alpine #https://gitlab.com/hydroqc/hydroqc-docs
entrypoint: [""] #https://github.com/klakegg/docker-hugo/issues/13
variables:
GIT_SUBMODULE_STRATEGY: recursive
#HUGO_VERSION: "v0.111.3"
HUGO_ENABLEGITINFO: "true"
HUGO_ENV: "production"
#BASE_URL: "https://davidaparicio.gitlab.io"
pages:
script:
- hugo
- hugo --cleanDestinationDir --minify #--baseURL $BASE_URL
artifacts:
paths:
- public
rules:
- if: $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH
\ No newline at end of file
only: #rules:
- master #- if: $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH
\ No newline at end of file
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