We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 11896c0 commit 3c20a81Copy full SHA for 3c20a81
deploy.sh
@@ -18,7 +18,7 @@ git reset --hard master
18
echo "Starting build"
19
node build.js
20
echo "Build complete"
21
-rm -rf `ls -d * | grep -vP 'site|node_modules' | xargs`
+rm -rf `ls -d * | grep -vP 'site|node_modules|favicon.ico' | xargs`
22
echo "Cleaned out directory"
23
mv site/* .
24
if [[ $BUILD_ONLY ]]; then
favicon.ico
375 Bytes
0 commit comments