Fixed github-pages build task
This commit is contained in:
parent
96c9911a8c
commit
0619d9a0d8
2 changed files with 2 additions and 1 deletions
|
@ -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
|
||||
|
|
2
Makefile
2
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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue