From e2881ba3436dbd77eeec74b6cc3da5fa5f664b35 Mon Sep 17 00:00:00 2001 From: lwch Date: Thu, 2 Feb 2023 17:45:21 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9actions=E8=84=9A=E6=9C=AC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/hugo.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/hugo.yml b/.github/workflows/hugo.yml index 3a08056..086638c 100644 --- a/.github/workflows/hugo.yml +++ b/.github/workflows/hugo.yml @@ -14,14 +14,14 @@ jobs: steps: - uses: actions/checkout@v3 with: - submodules: true # Fetch Hugo themes (true OR recursive) + submodules: recursive # Fetch Hugo themes (true OR recursive) fetch-depth: 0 # Fetch all history for .GitInfo and .Lastmod - name: Setup Hugo uses: peaceiris/actions-hugo@v2 with: - hugo-version: '0.91.2' - # extended: true + hugo-version: 'latest' + extended: true - name: Build run: hugo --minify