updated deploy.sh
Bi-Rabittoh andronacomarco@gmail.com
Fri, 09 Apr 2021 14:34:17 +0200
1 files changed,
1 insertions(+),
1 deletions(-)
jump to
M
deploy.sh
→
deploy.sh
@@ -1,6 +1,6 @@
set -e # Forgetting uncomitted files in the working directory has costed me the draft of another blog post :) -git status | grep "working tree clean" || (echo "ABORTING DEPLOY, WOULD LOSE FILES"; exit 1) +git status | grep "l'albero di lavoro รจ pulito" || (echo "ABORTING DEPLOY, WOULD LOSE FILES"; exit 1) zola build git checkout gh-pages # Forgetting to exclude `.git` has costed me several days worth of work and over 30 commits :)))