From 0619d9a0d88297eeda43c087cb8fc74ea4399568 Mon Sep 17 00:00:00 2001 From: Felipe M Date: Sun, 14 Feb 2021 20:36:00 +0100 Subject: [PATCH] Fixed github-pages build task --- Felipe Martin.lektorproject | 1 + Makefile | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/Felipe Martin.lektorproject b/Felipe Martin.lektorproject index f800a1a..3bbc1eb 100644 --- a/Felipe Martin.lektorproject +++ b/Felipe Martin.lektorproject @@ -8,3 +8,4 @@ lektor-markdown-header-anchors = 0.3.1 lektor-atom = 0.3 lektor-htmlmin = 1.0.2 lektor-markdown-highlighter = 0.3.1 +lektor-scss = 1.4.0 diff --git a/Makefile b/Makefile index e352d43..1dc8698 100644 --- a/Makefile +++ b/Makefile @@ -9,4 +9,4 @@ clean: build: make clean - poetry run lektor build --output-path ${PWD}/public --buildstate-path ${PWD}/.lektor + poetry run lektor build -f scss --output-path ${PWD}/public --buildstate-path ${PWD}/.lektor