Skip to content

Commit efd8332

Browse files
authored
Update broken-links.yml
1 parent 3cfb0f8 commit efd8332

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
17+
args: --insecure --base . --verbose --no-progress './**/*.md' './**/*.html' --accept 200,204,206 ---user-agent 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/140.0.0.0 Safari/537.36'
1818
- name: Fail?
1919
run: 'exit ${{ steps.lc.outputs.exit_code }}'

0 commit comments

Comments
 (0)