We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3e39cbc commit c693922Copy full SHA for c693922
1 file changed
.github/workflows/broken-links.yml
@@ -49,4 +49,4 @@ jobs:
49
with:
50
fail: true
51
# removed md files that include liquid tags
52
- args: --config .github/config/broken-links_lychee.toml './**/*.md' './**/*.html'
+ args: --base-url="${{ github.event.repository.url }}" --config .github/config/broken-links_lychee.toml './**/*.md' './**/*.html'
0 commit comments