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

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

variables:
  GIT_SUBMODULE_STRATEGY: recursive

pages:
  script:
  - mkdir origin && cp -r archetypes/ assets/ layouts/ static/ theme.toml origin/
  - cd exampleSite && hugo --gc --themesDir ..
  artifacts:
    paths:
    - public
  only:
  - master