Skip to content

Commit

Permalink
chore: Update hugo min_version to the latest 0.132.2
Browse files Browse the repository at this point in the history
Signed-off-by: koooge <koooooge@gmail.com>
  • Loading branch information
koooge committed Aug 16, 2024
1 parent b4bd13d commit b534650
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deploy-github-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
- name: Setup Hugo
uses: peaceiris/actions-hugo@v3
with:
hugo-version: '0.114.0'
hugo-version: '0.132.2'
extended: false
- name: Build
run: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
- name: Setup Hugo
uses: peaceiris/actions-hugo@v3
with:
hugo-version: '0.111.3'
hugo-version: '0.132.2'
extended: false
- name: Build
working-directory: ./exampleSite
Expand Down
2 changes: 1 addition & 1 deletion theme.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ description = "Geppaku is bluish white theme for Hugo"
homepage = "https://github.com/koooge/hugo-theme-geppaku"
tags = ["blog", "personal"]
features = ["blog"]
min_version = 0.114.0
min_version = 0.132.2

[author]
name = "The Geppaku Authors"
Expand Down

0 comments on commit b534650

Please sign in to comment.