From aa010543f88dd415fdcd234641d74d9b4e6695cf Mon Sep 17 00:00:00 2001 From: Serghei Iakovlev Date: Fri, 29 Apr 2022 23:08:55 +0200 Subject: Use extended Hugo version --- .github/workflows/cd.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/cd.yml b/.github/workflows/cd.yml index a7a15a3..871668c 100644 --- a/.github/workflows/cd.yml +++ b/.github/workflows/cd.yml @@ -30,6 +30,7 @@ jobs: uses: peaceiris/actions-hugo@v2 with: hugo-version: "${{ github.event.inputs.hugoVersion }}" + extended: true - name: Build local ./exampleSite run: hugo --minify --gc --buildDrafts --verbose --destination ../public --source ./exampleSite --baseURL https://sergeyklay.github.io/gohugo-theme-ed/ -- cgit v1.2.3