Skip to content

Commit 512d496

Browse files
add root-dir to lychee call to check local links as well
1 parent b656e30 commit 512d496

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/mdbook.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646
uses: lycheeverse/lychee-action@v2
4747
with:
4848
fail: true
49-
args: ./book
49+
args: --root-dir ${{ github.workspace }}/book ./book
5050
- name: Upload artifact
5151
uses: actions/upload-pages-artifact@v3
5252
with:

0 commit comments

Comments
 (0)