Skip to content

Commit a1d7bf9

Browse files
committed
Using deprecated API for older lychee
1 parent ad4c34c commit a1d7bf9

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/broken-links.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,8 +45,8 @@ jobs:
4545
- uses: actions/checkout@v4
4646

4747
- name: Link Checker 🔗
48-
uses: lycheeverse/lychee-action@v2
48+
uses: lycheeverse/lychee-action@v2.1.0
4949
with:
5050
fail: true
5151
# removed md files that include liquid tags
52-
args: --base-url ${{ github.event.repository.url }} --config .github/config/broken-links_lychee.toml './**/*.md' './**/*.html'
52+
args: --base ${{ github.event.repository.url }} --config .github/config/broken-links_lychee.toml './**/*.md' './**/*.html'

0 commit comments

Comments
 (0)