Welcome to mirror list, hosted at ThFree Co, Russian Federation.

Hugo.gitlab-ci.yml « Pages « templates « ci « gitlab « lib - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: b8cfb0f56f6cddf7cbbd76a89c3abee5f5d68bc5 (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