Skip to content

Commit

Permalink
exclude archive links
Browse files Browse the repository at this point in the history
  • Loading branch information
Ziumper committed May 3, 2024
1 parent f2460c9 commit 266eae7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/broken-links-site.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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'

0 comments on commit 266eae7

Please sign in to comment.