From ffdd1abd47bb81f5b519313caf9c8dd6ae049d70 Mon Sep 17 00:00:00 2001 From: Philipp Oppermann Date: Sun, 29 Sep 2019 15:52:20 +0200 Subject: [PATCH] Update CI scripts to use zola 0.9.0 --- .github/workflows/build-site.yml | 2 +- .github/workflows/deploy-site.yml | 2 +- azure-pipelines.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/build-site.yml b/.github/workflows/build-site.yml index b1e5ede2..68bcf3a7 100644 --- a/.github/workflows/build-site.yml +++ b/.github/workflows/build-site.yml @@ -19,7 +19,7 @@ jobs: - uses: actions/checkout@v1 - 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" run: python -m pip install --upgrade pip setuptools wheel - name: 'Install Python Libraries' diff --git a/.github/workflows/deploy-site.yml b/.github/workflows/deploy-site.yml index 917da13e..766eebd4 100644 --- a/.github/workflows/deploy-site.yml +++ b/.github/workflows/deploy-site.yml @@ -72,7 +72,7 @@ jobs: - uses: actions/checkout@v1 - 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" run: python -m pip install --upgrade pip setuptools wheel - name: 'Install Python Libraries' diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 9079744f..2098d3ca 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -18,7 +18,7 @@ steps: displayName: 'Build Info' 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" - script: python -m pip install --upgrade pip setuptools wheel