mirror of
https://gitea.com/gitea/docs.git
synced 2026-06-11 12:41:27 +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
|
||||
continue
|
||||
fi
|
||||
rm $file
|
||||
rm $file || true
|
||||
done
|
||||
|
||||
Reference in New Issue
Block a user