From 3d01d5986f2e5b3329f2bd72331eedad09f16545 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Isabella=20Sko=C5=99epov=C3=A1?= <isabella@skorepova.info>
Date: Wed, 6 Nov 2019 19:14:56 +0100
Subject: [PATCH] Fix CI

---
 .gitlab-ci.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 734e08c6..6e7db303 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -18,7 +18,7 @@ deploy:
     - apt -y install rsync
     - rm -rf build
     - npm ci
-    - node ./index.js --contentdir . --staticdir static --themedir theme --builddir build --noserver
+    - node ./index.js --contentdir content --staticdir static --themedir theme --builddir build --noserver
     - echo "$DEPLOY_SSH_KEY" > sshkey
     - chmod 600 sshkey
     - rsync -e 'ssh -i sshkey -o StrictHostKeyChecking=no' -rc --delete build/ $SSH_HOST:$HTML_DIR/
-- 
GitLab