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