Skip to content
This repository has been archived by the owner on Oct 20, 2022. It is now read-only.

Adding tutorial 10 #108

Merged
merged 4 commits into from
Apr 13, 2021
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Update broken-link-checker.sh
  • Loading branch information
PiffPaffM committed Apr 12, 2021
commit 996b61b948dbb34a0ad17b038a79f9f3821ef1bc
3 changes: 2 additions & 1 deletion broken-link-checker.sh
Original file line number Diff line number Diff line change
Expand Up @@ -24,11 +24,12 @@ do
--exclude http:https://github.com/deepset-ai/haystack/stargazers/ \
--exclude https://twitter.com/deepset_ai/ \
--exclude https://huggingface.co/illuin/camembert-large-fquad \
--exclude https://deepset.ai/imprint \
--filter-level 1 --host-requests 1
status=$?

if [ "$status" != "0" ]; then
exit 1
fi
sleep 1
done
done