Skip to content

Commit 1ab5241

Browse files
authored
Fix link check failure (#3168)
1 parent f03251f commit 1ab5241

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Makefile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ table-check:
1818
markdown-link-check:
1919
docker run --rm \
2020
--mount 'type=bind,source=$(PWD),target=/home/repo' \
21+
-e GITHUB_TOKEN \
2122
lycheeverse/lychee:sha-8222559@sha256:6f49010cc46543af3b765f19d5319c0cdd4e8415d7596e1b401d5b4cec29c799 \
2223
--config home/repo/.lychee.toml \
2324
--root-dir /home/repo \

0 commit comments

Comments
 (0)