Skip to content

Commit

Permalink
Adding Jupyter Notebooks
Browse files Browse the repository at this point in the history
  • Loading branch information
benji-glitsos-ga committed Dec 23, 2024
1 parent d4357b8 commit 62c9ab8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/check-broken-links.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
--exclude-path ./docs/data/archive
--exclude-path ./docs/data/version-history
--exclude-path ./docs/tech-alerts
./**/*.md ./**/*.rst ./**/*.yaml ./**/*.yml
./**/*.md ./**/*.rst ./**/*.ipynb ./**/*.yaml ./**/*.yml
- name: Create issue
if: steps.check-links.outputs.exit_code != 0
Expand Down

0 comments on commit 62c9ab8

Please sign in to comment.