From 81ca655c67f337f399bd67d08779f5b1a33d68f6 Mon Sep 17 00:00:00 2001 From: "C. Lente" <7017340+clente@users.noreply.github.com> Date: Sat, 4 Mar 2023 15:11:57 -0300 Subject: Update hugo version req --- .github/workflows/gh-pages.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.github') diff --git a/.github/workflows/gh-pages.yml b/.github/workflows/gh-pages.yml index d342f7e..f7f133d 100644 --- a/.github/workflows/gh-pages.yml +++ b/.github/workflows/gh-pages.yml @@ -19,7 +19,7 @@ jobs: uses: peaceiris/actions-hugo@v2 with: hugo-version: 'latest' - # extended: true + extended: true - name: Build run: hugo --minify --gc --destination ../public --source ./exampleSite --themesDir ../.. --baseURL https://clente.github.io/hugo-bearcub/ -- cgit v1.2.3