Skip to content

Commit 14afa3b

Browse files
Ailing Zhangsoumith
authored andcommitted
remove unnecessary files from master branch
1 parent e9d2a90 commit 14afa3b

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

scripts/deploy-site.sh

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,11 @@ set -e
99

1010
# initialize hub submodule
1111
git submodule deinit -f . && git submodule update --init --recursive
12+
# Files not related to build should be deleted.
13+
pushd _hub
14+
rm -R `ls -1 -d */`
15+
rm -f README.md
16+
popd
1217

1318
# show where we are on the machine
1419
pwd

0 commit comments

Comments
 (0)