Check dead or broken links

This commit is contained in:
relikd
2020-11-14 20:19:05 +01:00
parent 265c865b52
commit ea40bda0c7
4 changed files with 36 additions and 0 deletions

View File

@@ -47,6 +47,10 @@ server:
build:
@cd '$(PROJDIR)' && \
lektor build --output-path ../bin --buildstate-path ../build-state -f ENABLE_APPCACHE
@echo
@echo 'Checking dead links ...'
@python3 extras/find-dead-links.py
@echo
deploy:
@echo