aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.github/workflows/gh-pages.yml2
-rw-r--r--theme.toml2
2 files changed, 2 insertions, 2 deletions
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/
diff --git a/theme.toml b/theme.toml
index a435ccd..ebb5d4a 100644
--- a/theme.toml
+++ b/theme.toml
@@ -26,4 +26,4 @@ features = ["favicon", "seo", "no javascript", "rss", "social cards"]
# Hugo versions the theme supports
[module]
[module.hugoVersion]
- min = "0.73.0"
+ min = "0.90"