From 995316594ef841b8d1522960fa3022998fd8a899 Mon Sep 17 00:00:00 2001 From: HackerNCoder Date: Sun, 4 Sep 2022 13:48:34 +0000 Subject: [PATCH] We use scss now, so lets tell lektor that --- .woodpecker.yml | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/.woodpecker.yml b/.woodpecker.yml index 40f4eb5..42e0f64 100644 --- a/.woodpecker.yml +++ b/.woodpecker.yml @@ -8,11 +8,9 @@ pipeline: - python3 -m pip install --require-hashes -r requirements.txt - rm -rf i18n - git clone https://lab.encryptionin.space/Queerscriptors/weblate-website.git i18n - - lektor build --output-path public + - lektor build --output-path public -f scss - rm -r public - - lektor build --output-path public - - lektor build --output-path public - - lektor build --output-path public + - lektor build --output-path public -f scss publish: image: debian commands: