From 66c48c172344fabb921a58990ad32e2d37554822 Mon Sep 17 00:00:00 2001 From: Gregory Hellings Date: Wed, 26 Jan 2022 23:41:33 -0600 Subject: [PATCH] Update Hugo versions --- .github/workflows/deploy.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index dc19cd0..232e888 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -9,11 +9,9 @@ jobs: strategy: matrix: version: - - "0.69.0" + - "0.92.0" steps: - uses: actions/checkout@v2 - with: - submodules: true - name: Install Hugo run: | wget https://github.com/gohugoio/hugo/releases/download/v${{ matrix.version }}/hugo_extended_${{ matrix.version }}_Linux-64bit.tar.gz