Update hugo version req

This commit is contained in:
C. Lente 2023-03-04 15:11:57 -03:00
parent f9ba6222e4
commit 81ca655c67
No known key found for this signature in database
GPG Key ID: B0B503C26E05781B
2 changed files with 2 additions and 2 deletions

View File

@ -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/

View File

@ -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"