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: d0c5f3ae9a2b2d25b646851e721975233fd2b64c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
image: registry.gitlab.com/pages/hugo:latest

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