From 54eeaadc28aef8b9005ee8532f3c2170cb2ce59f Mon Sep 17 00:00:00 2001 From: Gregory Hellings Date: Thu, 27 Jan 2022 09:32:43 -0600 Subject: [PATCH] Restore fetching submodules --- .github/workflows/deploy.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 232e888..86901c1 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -12,6 +12,8 @@ jobs: - "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