Update Zola to version 0.7.0 (#592)

This commit is contained in:
Philipp Oppermann
2019-04-28 13:38:13 +02:00
committed by GitHub
parent 1f9710308f
commit 41c54f54da

View File

@@ -18,7 +18,7 @@ steps:
displayName: 'Build Info'
continueOnError: true
- bash: curl -sL https://github.com/getzola/zola/releases/download/v0.6.0/zola-v0.6.0-x86_64-unknown-linux-gnu.tar.gz | tar zxv
- bash: curl -sL https://github.com/getzola/zola/releases/download/v0.7.0/zola-v0.7.0-x86_64-unknown-linux-gnu.tar.gz | tar zxv
displayName: "Download Zola"
- script: python -m pip install --upgrade pip setuptools wheel