Skip to content

Commit cd22eff

Browse files
authored
Merge pull request #350 from pestphp/bugfix/lychee-base-path
ci: fix Lychee workflow
2 parents 78c6d31 + 1621a98 commit cd22eff

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/link_check.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,10 @@ jobs:
1111
linkChecker:
1212
runs-on: ubuntu-latest
1313
steps:
14-
- uses: actions/checkout@v4
14+
- uses: actions/checkout@v6
1515

1616
- name: Restore lychee cache
17-
uses: actions/cache@v4
17+
uses: actions/cache@v5
1818
with:
1919
path: .lycheecache
2020
key: cache-lychee-${{ github.sha }}
@@ -24,4 +24,4 @@ jobs:
2424
uses: lycheeverse/lychee-action@v2
2525
with:
2626
jobSummary: true
27-
args: --base . --cache --max-cache-age 1d --config .github/workflows/lychee.toml './**/*.md'
27+
args: --base-url "$(pwd)" --cache --max-cache-age 1d --config .github/workflows/lychee.toml './**/*.md'

0 commit comments

Comments
 (0)