Skip to content

Commit f2deb2d

Browse files
committed
Run lychee from cwd
1 parent 802bab1 commit f2deb2d

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

scripts/linkchecker/.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
11
links.json
22
node_modules
3+
lychee

scripts/linkchecker/run.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
lychee --github-token $GITHUB_TOKEN --exclude-path ../../content/releases -f json https://owncast.online/docs ../../content >links.json
1+
./lychee --github-token $GITHUB_TOKEN --exclude-path ../../content/releases -f json https://owncast.online/docs ../../content >links.json
22
GITHUB_TOKEN=$GITHUB_TOKEN node main.js

0 commit comments

Comments
 (0)