Skip to content

Commit 2064c1f

Browse files
committed
test agent
1 parent acdcfa1 commit 2064c1f

1 file changed

Lines changed: 10 additions & 9 deletions

File tree

.github/workflows/check_links.yml

Lines changed: 10 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -27,17 +27,18 @@ jobs:
2727
fail: false
2828
args: >
2929
./doc/sphinx/**/*.rst
30-
--verbose warn --max-concurrency 1 --no-progress
30+
--max-concurrency 1 --no-progress
3131
--accept '100..=103,200..=399, 429'
32-
--exclude https://doi.org/
32+
--user-agent "curl/8.4.0"
33+
# --exclude https://doi.org/
3334

3435
- name: Set current date
3536
run: echo "REPORT_DATE=$(date +'%Y-%m-%d')" >> $GITHUB_ENV
3637

37-
- name: Create Issue From File
38-
if: steps.lychee.outputs.exit_code != 0
39-
uses: peter-evans/create-issue-from-file@v5
40-
with:
41-
title: "Link Checker Report - ${{ env.REPORT_DATE }}"
42-
content-filepath: ./lychee/out.md
43-
labels: documentation, github_actions
38+
# - name: Create Issue From File
39+
# if: steps.lychee.outputs.exit_code != 0
40+
# uses: peter-evans/create-issue-from-file@v5
41+
# with:
42+
# title: "🔗 Link Checker Report - ${{ env.REPORT_DATE }}"
43+
# content-filepath: ./lychee/out.md
44+
# labels: documentation, github_actions

0 commit comments

Comments
 (0)