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

.gitlab-ci.yml - gitlab.com/kskarthik/monopriv.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 9ffd3045bf71fac601858f2c45c8a0bf0542f69e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
image: registry.gitlab.com/pages/hugo:latest

pages:
 script:
  - apk add git
  - git clone https://github.com/gohugoio/hugoBasicExample
  - cd hugoBasicExample
  - git submodule add -f https://gitlab.com/kskarthik/monopriv themes/monopriv
  - hugo -b https://kskarthik.gitlab.io/monopriv/
 artifacts:
    paths:
    - public
 only:
    - master