Update CI scripts to use zola 0.9.0

This commit is contained in:
Philipp Oppermann
2019-09-29 15:52:20 +02:00
parent 032ea13c65
commit ffdd1abd47
3 changed files with 3 additions and 3 deletions

View File

@@ -19,7 +19,7 @@ jobs:
- uses: actions/checkout@v1 - uses: actions/checkout@v1
- name: 'Download Zola' - name: 'Download Zola'
run: 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 run: curl -sL https://github.com/getzola/zola/releases/download/v0.9.0/zola-v0.9.0-x86_64-unknown-linux-gnu.tar.gz | tar zxv
- name: "Install Python Tools" - name: "Install Python Tools"
run: python -m pip install --upgrade pip setuptools wheel run: python -m pip install --upgrade pip setuptools wheel
- name: 'Install Python Libraries' - name: 'Install Python Libraries'

View File

@@ -72,7 +72,7 @@ jobs:
- uses: actions/checkout@v1 - uses: actions/checkout@v1
- name: 'Download Zola' - name: 'Download Zola'
run: 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 run: curl -sL https://github.com/getzola/zola/releases/download/v0.9.0/zola-v0.9.0-x86_64-unknown-linux-gnu.tar.gz | tar zxv
- name: "Install Python Tools" - name: "Install Python Tools"
run: python -m pip install --upgrade pip setuptools wheel run: python -m pip install --upgrade pip setuptools wheel
- name: 'Install Python Libraries' - name: 'Install Python Libraries'

View File

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