Skip to content

Commit

Permalink
remap uri
Browse files Browse the repository at this point in the history
  • Loading branch information
iishiishii committed Nov 20, 2024
1 parent 3424fb9 commit 43ce60f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/check-broken-link.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,5 +65,5 @@ jobs:
echo "notebook_list=${notebook_list}"
for notebook in $(echo $notebook_list | jq -r '.[]'); do
echo "Checking links in $notebook"
lychee https://www.neurodesk.org/example-notebooks/${notebook}
lychee https://www.neurodesk.org/example-notebooks/${notebook} --remap "https://neurodesk.github.io/example-notebooks/intro.html https://www.neurodesk.org/example-notebooks" --accept 403
done

0 comments on commit 43ce60f

Please sign in to comment.