fix: use hugo.IsMultilingual to replace deprecated .Site.IsMultiLingual (#404)

This commit is contained in:
Andreas Deininger
2024-05-29 10:11:25 +02:00
committed by GitHub
parent 857c4e4ca1
commit b2bc4f7098
7 changed files with 11 additions and 9 deletions

View File

@ -7,4 +7,6 @@ command = "cd exampleSite && hugo --gc --minify --themesDir ../.. -b ${DEPLOY_PR
ignore = "false"
[build.environment]
HUGO_VERSION = "0.117.0"
HUGO_VERSION = "0.126.1"
GO_VERSION = "1.22.3"
NODE_VERSION = "22.2.0"