From 2c9c944d19eff4c9e9e8047e2dd26fc1ffe63ebc Mon Sep 17 00:00:00 2001 From: Tomasz Komoszeski Date: Fri, 3 May 2024 09:48:43 +0200 Subject: [PATCH] exclude archive path --- .github/workflows/broken-links-site.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/broken-links-site.yml b/.github/workflows/broken-links-site.yml index 6109abef..53c8c74d 100644 --- a/.github/workflows/broken-links-site.yml +++ b/.github/workflows/broken-links-site.yml @@ -46,4 +46,4 @@ jobs: with: fail: true # only check local links - args: --offline --remap '_site(/?.*)/assets/(.*) _site/assets/$2' --verbose --no-progress '_site/**/*.html' + args: --exclude-path archive --offline --remap '_site(/?.*)/assets/(.*) _site/assets/$2' --verbose --no-progress '_site/**/*.html'