Skip to content

Commit cc9b2ff

Browse files
authored
Merge pull request #131 from timfanda35/issues/hugo-version
Fix hugo version
2 parents 0bff80c + 4c3a7ee commit cc9b2ff

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
build:
3232
runs-on: ubuntu-latest
3333
env:
34-
HUGO_VERSION: 0.152.2
34+
HUGO_VERSION: 0.152.1
3535
steps:
3636
- name: Install Hugo CLI
3737
run: |

config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ baseURL: https://blog.bear-su.dev
22
disablePathToLower: true
33
languageCode: en-us
44
title: Bear Su's Blog
5-
copyright: "Copyright © 2015 - 2024 Bear Su's Blog"
5+
copyright: "Copyright © 2015 - 2025 Bear Su's Blog"
66

77
theme: simplecss
88
contentDir: content/posts

0 commit comments

Comments
 (0)