We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ad4c34c commit a1d7bf9Copy full SHA for a1d7bf9
1 file changed
.github/workflows/broken-links.yml
@@ -45,8 +45,8 @@ jobs:
45
- uses: actions/checkout@v4
46
47
- name: Link Checker 🔗
48
- uses: lycheeverse/lychee-action@v2
+ uses: lycheeverse/lychee-action@v2.1.0
49
with:
50
fail: true
51
# removed md files that include liquid tags
52
- args: --base-url ${{ github.event.repository.url }} --config .github/config/broken-links_lychee.toml './**/*.md' './**/*.html'
+ args: --base ${{ github.event.repository.url }} --config .github/config/broken-links_lychee.toml './**/*.md' './**/*.html'
0 commit comments