summaryrefslogtreecommitdiff
path: root/lib/gitlab/ci/templates/Pages/Hugo.gitlab-ci.yml
blob: 9a3ecd1c34fd2296e6245050ea425c9fa780372e (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