Skip to content

Commit cc74953

Browse files
committed
include doi test insecure
1 parent 2064c1f commit cc74953

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/check_links.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,8 @@ jobs:
2828
args: >
2929
./doc/sphinx/**/*.rst
3030
--max-concurrency 1 --no-progress
31-
--accept '100..=103,200..=399, 429'
32-
--user-agent "curl/8.4.0"
31+
--accept "200..=204, 403, 429"
32+
--insecure
3333
# --exclude https://doi.org/
3434

3535
- name: Set current date

0 commit comments

Comments
 (0)