Skip to content

Commit 4203d19

Browse files
authored
Merge pull request #209 from saurabhraghuvanshii/build
fix version mismatch
2 parents d178fa5 + cac3aa4 commit 4203d19

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)