From 59f81d34cd81176c1c27fc286a4a3982f7e4a695 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Adjemian=20=28Charybdis=29?= Date: Tue, 22 Feb 2022 10:51:51 +0100 Subject: [PATCH] Do not set WEBSITE_ROOT_FOLDER environment variable in CI. Not required anymore to build the website. --- .gitlab-ci.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 7ac9fbe..20cef85 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -8,7 +8,6 @@ website: only: - master@stepan/stephane-adjemian.fr script: - - export WEBSITE_ROOT_FOLDER=`pwd` - make publish - make assets - scp -r output/* /home/www/stephane-adjemian.fr