Fix deployment script

This commit is contained in:
Stavros Korokithakis
2020-11-20 20:24:42 +02:00
parent 06da0be072
commit 825461f98f

View File

@@ -3,7 +3,7 @@ build:
stage: build stage: build
before_script: 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 - 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
- unzip zola.tgz - tar zxvf zola.tgz
script: script:
- ./zola build - ./zola build
artifacts: artifacts: