Commit 527a30fe authored by Daniel Holbach's avatar Daniel Holbach
Browse files

fix liche usage

parent f1dab00b
Showing with 1 addition and 1 deletion
+1 -1
......@@ -23,6 +23,6 @@ jobs:
id: lc
uses: peter-evans/link-checker@v1
with:
args: -r -d site/ -v site/index.html *.md
args: -v -r ./site *.md
- name: Fail if there were link errors
run: exit ${{ steps.lc.outputs.exit_code }}
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment