Skip to content
Snippets Groups Projects
gitlab-ci.yml 152 B
Newer Older
Agathe's avatar
Agathe committed
image: monachus/hugo

variables:
  GIT_SUBMODULE_STRATEGY: recursive

pages:
  script:
  - hugo
  artifacts:
    paths:
    - public
  only:
  - master