Skip to content

Commit

Permalink
ci: update link check (#1680)
Browse files Browse the repository at this point in the history
  • Loading branch information
vbarda authored Sep 11, 2024
1 parent bf6ad19 commit 229765c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy_docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ jobs:
--check-links-ignore "https://x.com/.*" \
--check-links-ignore "https://github\.com/.*" \
--check-links-ignore "/.*\.(ipynb|html)$" \
--check-links $(find docs/site -name "index.html" | grep -v 'storm.ipynb')
--check-links $(find docs/site -name "index.html" | grep -v 'storm/index.html')
else
echo "Fetching changes from origin/main..."
git fetch origin main
Expand Down

0 comments on commit 229765c

Please sign in to comment.