feat: add dead-link checker to build pipeline
This commit is contained in:
8
Makefile
8
Makefile
@@ -61,9 +61,6 @@ server-v:
|
||||
.PHONY: build
|
||||
build: dist
|
||||
@$(LEKTOR) build --output-path ../bin --buildstate-path build-state -f ENABLE_PDF_EXPORT
|
||||
@echo
|
||||
@echo 'Checking dead links ...'
|
||||
@python3 extras/find-dead-links.py 'data/development'
|
||||
|
||||
.PHONY: deploy
|
||||
deploy:
|
||||
@@ -90,6 +87,11 @@ find-links:
|
||||
|| echo 'nothing found.'
|
||||
@echo
|
||||
|
||||
.PHONY: find-dead-links
|
||||
find-dead-links:
|
||||
@echo 'Checking dead links ...'
|
||||
@python3 extras/find-dead-links.py 'data/development'
|
||||
|
||||
.PHONY: find-yield
|
||||
find-yield:
|
||||
@echo
|
||||
|
||||
Reference in New Issue
Block a user