diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 8e6a7fa..dc19cd0 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -12,6 +12,8 @@ jobs: - "0.69.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