From 2abaf3f930435e925e97ef13326688c59ba69103 Mon Sep 17 00:00:00 2001 From: Jooseppi Luna Date: Tue, 29 Oct 2024 17:17:53 -0400 Subject: [PATCH] Update broken-links.yaml --- .github/workflows/broken-links.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/broken-links.yaml b/.github/workflows/broken-links.yaml index 846ce9459f..7075d79788 100644 --- a/.github/workflows/broken-links.yaml +++ b/.github/workflows/broken-links.yaml @@ -40,7 +40,6 @@ jobs: continue-on-error: true run: | wget --verbose --spider -o spider.log -e robots=off -rp http://127.0.0.1:1313/csm-docs/ - cat spider.log - name: Getting output continue-on-error: true run: | @@ -51,4 +50,5 @@ jobs: run: | wc -l broken_links cat broken_links + cat spider.log wc -l broken_links | grep -Fxq "0 broken_links"