Skip to content

Commit

Permalink
fix(docs.yml): Upgrade Hugo version (#266)
Browse files Browse the repository at this point in the history
* fix(docs.yml): Upgrade Hugo version

* Update config.yaml
  • Loading branch information
jcs090218 authored Sep 12, 2024
1 parent 60bc7c2 commit 4ac9cd9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
- name: Setup Hugo
uses: peaceiris/actions-hugo@v3
with:
hugo-version: '0.120.2'
hugo-version: '0.134.2'

- name: Build theme
working-directory: ./docs/themes/geekdoc
Expand Down
2 changes: 1 addition & 1 deletion docs/config/_default/config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ pluralizeListTitles: false
defaultContentLanguage: en

disablePathToLower: true
enableGitInfo: true
enableGitInfo: false

enableRobotsTXT: true

Expand Down

0 comments on commit 4ac9cd9

Please sign in to comment.