Skip to content

Commit 4ac9cd9

Browse files
authored
fix(docs.yml): Upgrade Hugo version (#266)
* fix(docs.yml): Upgrade Hugo version * Update config.yaml
1 parent 60bc7c2 commit 4ac9cd9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
- name: Setup Hugo
3636
uses: peaceiris/actions-hugo@v3
3737
with:
38-
hugo-version: '0.120.2'
38+
hugo-version: '0.134.2'
3939

4040
- name: Build theme
4141
working-directory: ./docs/themes/geekdoc

docs/config/_default/config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ pluralizeListTitles: false
1111
defaultContentLanguage: en
1212

1313
disablePathToLower: true
14-
enableGitInfo: true
14+
enableGitInfo: false
1515

1616
enableRobotsTXT: true
1717

0 commit comments

Comments
 (0)