diff --git a/deploy.sh b/deploy.sh index 0387f7982..2244ac710 100755 --- a/deploy.sh +++ b/deploy.sh @@ -1,4 +1,4 @@ #!/bin/sh -git pull && rm -r _build && make html +git pull && rm -fr _build && make html