chore: disable automatic latex build

currently the PDF will not re-generate if an image is updated
This commit is contained in:
relikd
2023-03-03 23:14:29 +01:00
parent 2911bfe705
commit 542f2d1987
3 changed files with 16 additions and 16 deletions

View File

@@ -64,7 +64,7 @@ server-v:
# --buildstate-path is relative to current working directory
.PHONY: build
build: dist
@$(LEKTOR) build --output-path ../bin --buildstate-path build-state -f ENABLE_PDF_EXPORT
@$(LEKTOR) build --output-path ../bin --buildstate-path build-state # -f ENABLE_PDF_EXPORT
.PHONY: deploy
deploy: