We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 802bab1 commit f2deb2dCopy full SHA for f2deb2d
scripts/linkchecker/.gitignore
@@ -1,2 +1,3 @@
1
links.json
2
node_modules
3
+lychee
scripts/linkchecker/run.sh
@@ -1,2 +1,2 @@
-lychee --github-token $GITHUB_TOKEN --exclude-path ../../content/releases -f json https://owncast.online/docs ../../content >links.json
+./lychee --github-token $GITHUB_TOKEN --exclude-path ../../content/releases -f json https://owncast.online/docs ../../content >links.json
GITHUB_TOKEN=$GITHUB_TOKEN node main.js
0 commit comments