aboutsummaryrefslogtreecommitdiffstats
path: root/.gitlab-ci.yml
diff options
context:
space:
mode:
authorYann Herklotz <git@yannherklotz.com>2021-09-11 09:18:54 +0100
committerYann Herklotz <git@yannherklotz.com>2021-09-11 09:31:30 +0100
commit41bc0c7c5b46619747a61f071f7bfa9e988dd27e (patch)
tree6fd1b1e04063585c8f6c8732bdd8970661e31597 /.gitlab-ci.yml
parent2ac521d9fd0b8104f6f3449732824e8ac275aef0 (diff)
downloadyannherklotz.com-41bc0c7c5b46619747a61f071f7bfa9e988dd27e.tar.gz
yannherklotz.com-41bc0c7c5b46619747a61f071f7bfa9e988dd27e.zip
Make CI pass
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r--.gitlab-ci.yml6
1 files changed, 2 insertions, 4 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 091ab15..9b6ccfa 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -1,13 +1,11 @@
-image: registry.gitlab.com/pages/hugo:latest
+image: ymherklotz/hugo:latest
variables:
GIT_SUBMODULE_STRATEGY: recursive
pages:
- before_script:
- - sudo apt-get install emacs
script:
- - emacs --batch --no-init --load publish.el
+ - emacs --batch --no-init --file content.org --load publish.el
- hugo
artifacts:
paths: