Skip to content

Commit

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

0 comments on commit 11528a7

Please sign in to comment.