We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 78c6d31 + 1621a98 commit cd22effCopy full SHA for cd22eff
.github/workflows/link_check.yml
@@ -11,10 +11,10 @@ jobs:
11
linkChecker:
12
runs-on: ubuntu-latest
13
steps:
14
- - uses: actions/checkout@v4
+ - uses: actions/checkout@v6
15
16
- name: Restore lychee cache
17
- uses: actions/cache@v4
+ uses: actions/cache@v5
18
with:
19
path: .lycheecache
20
key: cache-lychee-${{ github.sha }}
@@ -24,4 +24,4 @@ jobs:
24
uses: lycheeverse/lychee-action@v2
25
26
jobSummary: true
27
- args: --base . --cache --max-cache-age 1d --config .github/workflows/lychee.toml './**/*.md'
+ args: --base-url "$(pwd)" --cache --max-cache-age 1d --config .github/workflows/lychee.toml './**/*.md'
0 commit comments