Fixed github-pages build task

This commit is contained in:
Felipe M 2021-02-14 20:36:00 +01:00
parent 96c9911a8c
commit 0619d9a0d8
Signed by: fmartingr
GPG Key ID: 716BC147715E716F
2 changed files with 2 additions and 1 deletions

View File

@ -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

View File

@ -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