Skip to content

Commit e205f70

Browse files
authored
CI: exclude AMS DOI from urlcheck (#1718)
1 parent 20d5be1 commit e205f70

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/precommit.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ jobs:
7676
exclude_urls: https://www.gnu.org/licenses/gpl-3.0.html,https://open-atmos.github.io/PySDM/\2/\3.html
7777

7878
# A comma separated patterns to exclude during URL checks
79-
exclude_patterns: http://purl.org,http://www.w3.org
79+
exclude_patterns: http://purl.org,http://www.w3.org,https://doi.org/10.1175/
8080

8181
# A comma separated list of file patterns (direct paths work as well) to exclude
8282
exclude_files: docs/generate_html.py,.github/workflows/precommit.yml

0 commit comments

Comments
 (0)