fix(ci): dont fail on docs errors
Signed-off-by: Stavros Kois <47820033+stavros-k@users.noreply.github.com>
This commit is contained in:
@@ -230,7 +230,7 @@ jobs:
|
|||||||
echo "---"
|
echo "---"
|
||||||
echo "title: some title"
|
echo "title: some title"
|
||||||
echo "---"
|
echo "---"
|
||||||
fi
|
elif
|
||||||
echo "Not bad title found, continuing..."
|
echo "Not bad title found, continuing..."
|
||||||
title=$(cat "${file}" | grep "title: " | sed 's/title: //' | head -n 1)
|
title=$(cat "${file}" | grep "title: " | sed 's/title: //' | head -n 1)
|
||||||
echo "The title is: ${title}"
|
echo "The title is: ${title}"
|
||||||
@@ -241,6 +241,7 @@ jobs:
|
|||||||
# Append the link to the index.md file
|
# Append the link to the index.md file
|
||||||
echo "- ${link}" >> website/docs/charts/${train}/${chart}/index.md
|
echo "- ${link}" >> website/docs/charts/${train}/${chart}/index.md
|
||||||
fi
|
fi
|
||||||
|
fi
|
||||||
done
|
done
|
||||||
|
|
||||||
rm -rf temp || :
|
rm -rf temp || :
|
||||||
|
|||||||
Reference in New Issue
Block a user