From 1e823b47d2d6f6d81d3424988653991220ac4104 Mon Sep 17 00:00:00 2001 From: isUnknown Date: Thu, 21 Nov 2024 16:21:16 +0100 Subject: [PATCH] fix ci --- .gitlab-ci.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 7eeb39b..1e3a6c9 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -16,9 +16,6 @@ build and deploy: set ftp:ssl-allow no; open -u $USERNAME,$PASSWORD $HOST; mirror --reverse --verbose --ignore-time --parallel=10 \ - -x accounts/ - -x cache/ - -x sessions/ dist/site site; mirror --reverse --verbose --ignore-time --parallel=10 \ dist/assets assets;