Delete the theme directory before cloning

This commit is contained in:
Stavros Korokithakis 2021-01-07 19:35:53 +02:00
parent 10f1756c5a
commit 4ee301ffee
No known key found for this signature in database
GPG Key ID: 26EA345ECD4C2A63

View File

@ -2,7 +2,9 @@
set -euxo pipefail
rm -rf themes/book/
git clone https://github.com/getzola/book.git themes/book/
rm -rf public/
zola build