mirror of
https://gitea.com/gitea/docs.git
synced 2026-07-22 20:47:42 +00:00
Update loop_docs.sh
This commit is contained in:
@@ -42,5 +42,5 @@ for file in docs/*; do
|
|||||||
if [ "$file" == "docs/intro.md" ]; then
|
if [ "$file" == "docs/intro.md" ]; then
|
||||||
continue
|
continue
|
||||||
fi
|
fi
|
||||||
rm $file
|
rm $file || true
|
||||||
done
|
done
|
||||||
|
|||||||
Reference in New Issue
Block a user