Skip to content

Commit

Permalink
exclude remap archive v3
Browse files Browse the repository at this point in the history
  • Loading branch information
Ziumper committed May 3, 2024
1 parent aac395b commit 15807ad
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 --exclude-path /archive --remap '_site(/?.*)/assets/(.*) _site/assets/$2' --verbose --no-progress '_site/**/*.html'
args: --offline --remap '_site(/?.*)/assets/(?!.*\/archive\/)(.*) _site/assets/$2' --verbose --no-progress '_site/**/*.html'

0 comments on commit 15807ad

Please sign in to comment.