diff --git a/.github/workflows/broken-links-site.yml b/.github/workflows/broken-links-site.yml index 6955fde4..e17c5534 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: --exclude-path '_site/assets/images/(.*)' --offline --remap '_site(/?.*)/assets/(.*) _site/assets/$2' --verbose --no-progress '_site/**/*.html' + args: --offline --remap '_site(/?.*)/assets/(.*) _site/assets/$2' --exclude-path archive/src/assets/images --exclude-path archive/dist/images --verbose --no-progress '_site/**/*.html'