From dcd39751584b5360c7bb78d8446d40e9a373f2cc Mon Sep 17 00:00:00 2001 From: Gregory Hellings Date: Wed, 26 Aug 2020 07:57:47 -0500 Subject: [PATCH] Move matrix to strategy --- .github/workflows/deploy.yml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index ffa0c05..3b3deb8 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -6,8 +6,10 @@ jobs: build: name: Build site and deploy runs-on: ubuntu-20.04 - matrix: - version: "0.69.0" + strategy: + matrix: + version: + - "0.69.0" steps: - uses: actions/checkout@v2 - name: Install Hugo