Skip to content

Commit cac3aa4

Browse files
fix version mismatch
Signed-off-by: saurabhraghuvanshii <saurabhsraghuvanshi@gmail.com>
1 parent d178fa5 commit cac3aa4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/deploy-preview.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
build-and-deploy:
2828
runs-on: ubuntu-latest
2929
env:
30-
HUGO_VERSION: 0.147.9
30+
HUGO_VERSION: 0.158.0
3131

3232
steps:
3333
- name: Install Hugo CLI

hugo.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ ignoreLogs: ['warning-goldmark-raw-html']
66
module:
77
hugoVersion:
88
extended: true
9-
min: 0.146.0
9+
min: 0.156.0
1010
imports:
1111

1212
# used to source the base theme for academy.

0 commit comments

Comments
 (0)