Skip to content

Commit f189600

Browse files
committed
add ignores to _ocnfig.yml
1 parent aea68ac commit f189600

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

.github/workflows/trigger-link-check.yaml

-2
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,3 @@ on:
55
jobs:
66
link-check:
77
uses: ProjectPythia/cookbook-actions/.github/workflows/link-checker.yaml@main
8-
with:
9-
build_command: "jupyter-book build --builder linkcheck SPHINXOPTS=linkcheck_ignore=['https://weather.uwyo.edu/upperair/', 'https://www.noaa.gov/jetstream'] ."

_config.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ parse:
2828

2929
sphinx:
3030
config:
31-
linkcheck_ignore: ["https://doi.org/*"] # don't run link checker on DOI links since they are immutable
31+
linkcheck_ignore: ["https://doi.org/*", "https://www.noaa.gov/*", "https://weather.uwyo.edu/*"] # don't run link checker on DOI links since they are immutable
3232
nb_execution_raise_on_error: true # raise exception in build if there are notebook errors (this flag is ignored if building on binder)
3333
html_favicon: notebooks/images/icons/favicon.ico
3434
html_last_updated_fmt: "%-d %B %Y"

0 commit comments

Comments
 (0)