Skip to content

Commit 16f56e2

Browse files
brabojclaude
andcommitted
fix: use --root-dir instead of --base for lychee local paths
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent f91587c commit 16f56e2

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,5 +33,5 @@ jobs:
3333
- name: Check links
3434
uses: lycheeverse/lychee-action@v2
3535
with:
36-
args: --base astro-site/dist --config lychee.toml 'astro-site/dist/**/*.html'
36+
args: --root-dir astro-site/dist --config lychee.toml 'astro-site/dist/**/*.html'
3737
fail: true

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
- name: Check links
4343
uses: lycheeverse/lychee-action@v2
4444
with:
45-
args: --base astro-site/dist --config lychee.toml 'astro-site/dist/**/*.html'
45+
args: --root-dir astro-site/dist --config lychee.toml 'astro-site/dist/**/*.html'
4646
fail: true
4747

4848
- name: Upload artifact

0 commit comments

Comments
 (0)