aboutsummaryrefslogtreecommitdiffstats
path: root/.gitlab-ci.yml
blob: 9b6ccfaa08e1a21d2ab41b2267dbe1b6b4aa642e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
image: ymherklotz/hugo:latest

variables:
  GIT_SUBMODULE_STRATEGY: recursive

pages:
  script:
  - emacs --batch --no-init --file content.org --load publish.el
  - hugo
  artifacts:
    paths:
    - public
  only:
  - master