Skip to content

Commit 3c20a81

Browse files
committed
1 parent 11896c0 commit 3c20a81

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

deploy.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ git reset --hard master
1818
echo "Starting build"
1919
node build.js
2020
echo "Build complete"
21-
rm -rf `ls -d * | grep -vP 'site|node_modules' | xargs`
21+
rm -rf `ls -d * | grep -vP 'site|node_modules|favicon.ico' | xargs`
2222
echo "Cleaned out directory"
2323
mv site/* .
2424
if [[ $BUILD_ONLY ]]; then

favicon.ico

375 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)