Skip to content
Snippets Groups Projects
Commit 38540241 authored by Alexandre MEYER's avatar Alexandre MEYER
Browse files

Update .gitlab-ci.yml file

parent 678e6964
No related branches found
No related tags found
No related merge requests found
Pipeline #98406 failed
# This file is a template, and might need editing before it works on your project.
# Full project: https://gitlab.com/pages/plain-html
# All available Hugo versions are listed here: https://gitlab.com/pages/hugo/container_registry
# image: forge.univ-lyon1.fr:4567/emmanuel.coquery/emmanuel.coquery.pages.univ-lyon1.fr/hugo:latest
image: harbor.pagoda.os.univ-lyon1.fr/ecoquery-hugo/hugo:latest
variables:
GIT_SUBMODULE_STRATEGY: recursive
test:
script:
- hugo
except:
- master
pages:
stage: deploy
script:
- apt -y update && apt -y install python3-pip
- pip3 install mkdocs
- cd site-web
- export LC_ALL=C.UTF-8
- export LANG=C.UTF-8
- mkdocs build
- mv site ../public
- hugo
artifacts:
paths:
- public
......
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