Fix deployment script more

This commit is contained in:
Stavros Korokithakis
2020-11-20 20:26:17 +02:00
parent 825461f98f
commit 54cce3cc5d

View File

@@ -4,6 +4,7 @@ build:
before_script:
- wget https://github.com/getzola/zola/releases/download/v0.12.2/zola-v0.12.2-x86_64-unknown-linux-gnu.tar.gz -O zola.tgz
- tar zxvf zola.tgz
- git clone https://github.com/getzola/book.git themes/book/
script:
- ./zola build
artifacts: