We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
--base-url
1 parent 7e31b0e commit bf3b2f5Copy full SHA for bf3b2f5
.github/workflows/link_check.yml
@@ -24,4 +24,4 @@ jobs:
24
uses: lycheeverse/lychee-action@v2
25
with:
26
jobSummary: true
27
- args: --cache --max-cache-age 1d --config .github/workflows/lychee.toml './**/*.md'
+ args: --base-url https://pestphp.test --cache --max-cache-age 1d --config .github/workflows/lychee.toml './**/*.md'
0 commit comments