Move matrix to strategy
This commit is contained in:
committed by
Greg Hellings
parent
e3623253fa
commit
dcd3975158
@@ -6,8 +6,10 @@ jobs:
|
|||||||
build:
|
build:
|
||||||
name: Build site and deploy
|
name: Build site and deploy
|
||||||
runs-on: ubuntu-20.04
|
runs-on: ubuntu-20.04
|
||||||
matrix:
|
strategy:
|
||||||
version: "0.69.0"
|
matrix:
|
||||||
|
version:
|
||||||
|
- "0.69.0"
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v2
|
||||||
- name: Install Hugo
|
- name: Install Hugo
|
||||||
|
|||||||
Reference in New Issue
Block a user