Update hugo version req
This commit is contained in:
parent
f9ba6222e4
commit
81ca655c67
2
.github/workflows/gh-pages.yml
vendored
2
.github/workflows/gh-pages.yml
vendored
@ -19,7 +19,7 @@ jobs:
|
|||||||
uses: peaceiris/actions-hugo@v2
|
uses: peaceiris/actions-hugo@v2
|
||||||
with:
|
with:
|
||||||
hugo-version: 'latest'
|
hugo-version: 'latest'
|
||||||
# extended: true
|
extended: true
|
||||||
|
|
||||||
- name: Build
|
- name: Build
|
||||||
run: hugo --minify --gc --destination ../public --source ./exampleSite --themesDir ../.. --baseURL https://clente.github.io/hugo-bearcub/
|
run: hugo --minify --gc --destination ../public --source ./exampleSite --themesDir ../.. --baseURL https://clente.github.io/hugo-bearcub/
|
||||||
|
@ -26,4 +26,4 @@ features = ["favicon", "seo", "no javascript", "rss", "social cards"]
|
|||||||
# Hugo versions the theme supports
|
# Hugo versions the theme supports
|
||||||
[module]
|
[module]
|
||||||
[module.hugoVersion]
|
[module.hugoVersion]
|
||||||
min = "0.73.0"
|
min = "0.90"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user