Skip to content

Commit c5702b7

Browse files
committed
Fix failing step
1 parent 94857f8 commit c5702b7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/check-pr-links.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
id: dump_links_from_master
3838
uses: lycheeverse/lychee-action@v2
3939
with:
40-
args: --dump --base-url dist --exclude-all-private dist
40+
args: --dump --base-url "${{ github.workspace }}/dist/" --exclude-all-private dist
4141
output: ./links-master.txt
4242

4343
- name: Stash untracked files

0 commit comments

Comments
 (0)