Skip to content
.gitlab-ci.yml 199 B
Newer Older
TiG's avatar
TiG committed
image: monachus/hugo

variables:
  GIT_SUBMODULE_STRATEGY: recursive

test:
  script:
  - hugo
  except:
  - master

pages:
  script:
  - hugo
  artifacts:
    paths:
    - public
  only:
  - master