aboutsummaryrefslogtreecommitdiffstats
path: root/.gitlab-ci.yml
blob: 4fbf748f084c2df09cfd9a5ac2f3fb715b08d47f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
image: registry.gitlab.com/pages/hugo:latest

variables:
  GIT_SUBMODULE_STRATEGY: recursive

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