chore(scripts): dont fail for docs formatting on release
Signed-off-by: Stavros Kois <47820033+stavros-k@users.noreply.github.com>
This commit is contained in:
@@ -230,7 +230,6 @@ jobs:
|
||||
echo "---"
|
||||
echo "title: some title"
|
||||
echo "---"
|
||||
exit 99
|
||||
fi
|
||||
echo "Not bad title found, continuing..."
|
||||
title=$(cat "${file}" | grep "title: " | sed 's/title: //' | head -n 1)
|
||||
|
||||
Reference in New Issue
Block a user