Skip to content

Commit 0b62c91

Browse files
updated to newest Hugo version
1 parent e3ed181 commit 0b62c91

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/gh-pages.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,12 +26,12 @@ jobs:
2626
steps:
2727
- uses: actions/checkout@v4
2828
with:
29-
submodules: true # Fetch Hugo themes (true OR recursive)
29+
#submodules: true # Fetch Hugo themes (true OR recursive)
3030
fetch-depth: 0 # Fetch all history for .GitInfo and .Lastmod
3131
- name: Setup Hugo
3232
uses: peaceiris/actions-hugo@v3
3333
with:
34-
hugo-version: '0.81.0'
34+
hugo-version: ${{ env.WC_HUGO_VERSION }}
3535
extended: true
3636
- name: Build
3737
run: hugo --minify

0 commit comments

Comments
 (0)