Skip to content

Commit 731ef06

Browse files
committed
Remove index.md files from the build
1 parent 657dc63 commit 731ef06

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,15 +15,15 @@ cd ../patterns
1515
rm -rf etc .circleci .github .mvn checkstyle-suppressions.xml CONTRIBUTING.MD LICENSE.md license-plugin-header-style.xml mvnw mvnw.cmd pom.xml PULL_REQUEST_TEMPLATE.md .all-contributorsrc .gitignore gpl-3.0.txt layers.log lgpl-3.0.txt lombok.config service-layer.log
1616
find . -maxdepth 2 -type d -exec bash -c 'cd "{}" && pwd && rm -rf src pom.xml *.ucls *.puml .gitignore' \;
1717

18-
rm -v index.md README.md
18+
rm -v README.md
1919
echo "<ChildTableOfContents />" > README.md
2020

2121
# Setup java-design-patterns - Chinese
2222
cd localization/zh
2323
mkdir ../../../zh/patterns
2424
cp -vrf * ../../../zh/patterns
2525
cd ../../../zh/patterns
26-
rm -v index.md README.md
26+
rm -v README.md
2727
echo "<ChildTableOfContents />" > README.md
2828

2929
cd ../..

0 commit comments

Comments
 (0)