Skip to content
Snippets Groups Projects
Commit 67fe7001 authored by Alexandre MEYER's avatar Alexandre MEYER
Browse files
parents c52e0bf8 8849719a
No related branches found
No related tags found
No related merge requests found
# 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
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
- pwd
- ls
- ls ..
- mkdir -p ../public
- mkdir -p public
- echo toto > ../public/index.html
- echo toto > public/index.html
- ls ../public
- ls public
- cd web
- hugo -D
- ls
- pwd
- mv public ../public/m1if37
- ls ../public
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