File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments