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

.gitlab-ci.yml « exampleSite - gitlab.com/VincentTam/huginn.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 0be0e6983463e413a480b2ad2d2e897d0c0745ed (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
image: monachus/hugo

variables:
  GIT_SUBMODULE_STRATEGY: recursive

pages:
  script:
  - cd exampleSite
  - hugo --themesDir=../.. -d ../public
  artifacts:
    paths:
    - public
  only:
  - master