Merge pull request #20606 from celestehorgan/linkchecker

Add a link checker to k8s.io
This commit is contained in:
Kubernetes Prow Robot
2020-05-27 06:16:41 -07:00
committed by GitHub
14 changed files with 131 additions and 27 deletions
+8
View File
@@ -50,3 +50,11 @@ docker-serve:
test-examples:
scripts/test_examples.sh install
scripts/test_examples.sh run
.PHONY: link-checker-setup
link-checker-image-pull:
docker pull wjdp/htmltest
docker-internal-linkcheck: link-checker-image-pull
$(DOCKER_RUN) $(DOCKER_IMAGE) hugo --config config.toml,linkcheck-config.toml --buildFuture
$(DOCKER) run --mount type=bind,source=$(CURDIR),target=/test --rm wjdp/htmltest htmltest