Skip to content

Commit

Permalink
Merge pull request #52 from anissa111/fix-linkcheck
Browse files Browse the repository at this point in the history
Fix linkcheck
  • Loading branch information
anissa111 authored Jan 12, 2024
2 parents eca22c5 + f189600 commit 8551ace
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 42 deletions.
40 changes: 0 additions & 40 deletions .github/workflows/link-chcker.yaml

This file was deleted.

2 changes: 1 addition & 1 deletion .github/workflows/trigger-link-check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@ on:

jobs:
link-check:
uses: /.github/workflows/link-checker.yaml@main
uses: ProjectPythia/cookbook-actions/.github/workflows/link-checker.yaml@main
2 changes: 1 addition & 1 deletion _config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ parse:

sphinx:
config:
linkcheck_ignore: ["https://doi.org/*"] # don't run link checker on DOI links since they are immutable
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
nb_execution_raise_on_error: true # raise exception in build if there are notebook errors (this flag is ignored if building on binder)
html_favicon: notebooks/images/icons/favicon.ico
html_last_updated_fmt: "%-d %B %Y"
Expand Down

0 comments on commit 8551ace

Please sign in to comment.