Fix deployment script
This commit is contained in:
parent
06da0be072
commit
825461f98f
@ -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:
|
||||||
|
Loading…
Reference in New Issue
Block a user