From e8386b29d32571d3ef6d5321a2583160fe32528f Mon Sep 17 00:00:00 2001 From: "Joshua M. Boniface" Date: Mon, 22 Aug 2016 23:32:25 -0400 Subject: [PATCH] Change ci config to webX form --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 34f4fc4..93b9326 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -6,7 +6,7 @@ compile: stage: compile before_script: - git submodule update --init - script: hugo -d /var/www/html/ + script: hugo -d /var/www/boniface.me/ artifacts: paths: - public