Skip to content
Snippets Groups Projects
.gitlab-ci.yml 552 B
Newer Older
# 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
pages:
  script:
    - echo "ici"
    - ls ..
    - cd web
    - hugo -D
    - mv public ../public
Alexandre MEYER's avatar
Alexandre MEYER committed
    - ls ..
    - ls ../public
Alexandre MEYER's avatar
Alexandre MEYER committed
  artifacts:
    paths:
      - public
  only:
    - master