Skip to content

Commit bf3b2f5

Browse files
authored
ci: add --base-url flag
1 parent 7e31b0e commit bf3b2f5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/link_check.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,4 +24,4 @@ jobs:
2424
uses: lycheeverse/lychee-action@v2
2525
with:
2626
jobSummary: true
27-
args: --cache --max-cache-age 1d --config .github/workflows/lychee.toml './**/*.md'
27+
args: --base-url https://pestphp.test --cache --max-cache-age 1d --config .github/workflows/lychee.toml './**/*.md'

0 commit comments

Comments
 (0)