We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0cf350d commit 7fd62b6Copy full SHA for 7fd62b6
.github/workflows/linkcheck-pr.yml
@@ -224,6 +224,7 @@ jobs:
224
# Same-repo PRs: Wait for deployment and use preview URL
225
# Fork PRs: Run immediately and check against production (no preview available)
226
args: >-
227
+ --config lychee.toml
228
--base-url ${{ steps.pr-context.outputs.deploy_url || 'https://docs.wandb.ai' }}
229
${{ steps.fork-docs-check.outputs.all_changed_files || steps.changed-files.outputs.all_changed_files || '.' }}
230
.github/workflows/linkcheck-prod.yml
@@ -34,7 +34,7 @@ jobs:
34
with:
35
# Configuration is in lychee.toml
36
# Check all URLs from sitemap
37
- args: "urls.txt"
+ args: "--config lychee.toml urls.txt"
38
output: ./lychee-report.md
39
format: markdown
40
fail: false
0 commit comments