Skip to content

Commit c878288

Browse files
authored
Update broken-links.yml
1 parent 873e5e9 commit c878288

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/broken-links.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,6 @@ jobs:
1414
id: lc
1515
uses: lycheeverse/lychee-action@v2
1616
with:
17-
args: --insecure --base . --verbose --no-progress './**/*.md' './**/*.html' --accept 200,204,206 --retry-wait-time 10
17+
args: --insecure --base-url . --verbose --no-progress './**/*.md' './**/*.html' --accept 200,204,206 --retry-wait-time 10
1818
- name: Fail?
1919
run: 'exit ${{ steps.lc.outputs.exit_code }}'

0 commit comments

Comments
 (0)