Skip to content

Commit ee0b08b

Browse files
authored
Merge pull request #123 from saurabhraghuvanshii/build
fix: version mismatch
2 parents 8ae3bb2 + 6d07275 commit ee0b08b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/gh-pages.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
- name: Setup Hugo Extended
4141
uses: peaceiris/actions-hugo@v3
4242
with:
43-
hugo-version: "0.147.9"
43+
hugo-version: "0.158.0"
4444
extended: true
4545

4646
- name: Install Node.js dependencies

hugo.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ markup:
1111
module:
1212
hugoVersion:
1313
extended: true
14-
min: 0.146.0
14+
min: 0.156.0
1515
imports:
1616

1717
# used to source the base theme for academy.

0 commit comments

Comments
 (0)