From 1b2627b61eefed397af34b9b8e8cb382a8275e54 Mon Sep 17 00:00:00 2001 From: Andrey Lesnikov Date: Tue, 18 Feb 2020 23:32:21 +0300 Subject: [PATCH 1/2] Zola v0.10 --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 814851e2b..95990094d 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -7,7 +7,7 @@ jobs: runs-on: ubuntu-latest env: BASE_URL: https://github.com/getzola/zola/releases/download - VERS: v0.9.0 + VERS: v0.10.0 ARCH: x86_64-unknown-linux-gnu # https://github.com/marketplace/actions/github-pages#warning-limitation GITHUB_PAT: ${{ secrets.GITHUB_PAT }} From fb1ce04eae464f8beb659f5621c42d7161cd58ca Mon Sep 17 00:00:00 2001 From: Andrey Lesnikov Date: Fri, 13 Mar 2020 11:43:16 +0300 Subject: [PATCH 2/2] Zola v0.10.1 --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 95990094d..4639ed471 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -7,7 +7,7 @@ jobs: runs-on: ubuntu-latest env: BASE_URL: https://github.com/getzola/zola/releases/download - VERS: v0.10.0 + VERS: v0.10.1 ARCH: x86_64-unknown-linux-gnu # https://github.com/marketplace/actions/github-pages#warning-limitation GITHUB_PAT: ${{ secrets.GITHUB_PAT }}