summaryrefslogtreecommitdiff
path: root/lib/gitlab/ci/templates/Pages/Hugo.gitlab-ci.yml
blob: f9ddcc6fb0a833de05cf3f2461c1adf2d9c2dd00 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# Full project: https://gitlab.com/pages/hugo
image: dettmering/hugo-build

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

test:
  script:
  - hugo
  except:
  - master