From 266eae7901e346c9113ec3c9e74ca2405accb396 Mon Sep 17 00:00:00 2001 From: Tomasz Komoszeski Date: Fri, 3 May 2024 11:47:55 +0200 Subject: [PATCH] exclude archive links --- .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 83ebca06..005cf4e3 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' --exclude '_site/assets/images' --verbose --no-progress '_site/**/*.html' + args: --offline --remap '_site(/?.*)/assets/(.*) _site/assets/$2' --exclude '_site/assets/images' --exclude '_site/archive' --verbose --no-progress '_site/**/*.html'