Skip to content

Commit 08043b2

Browse files
committed
Update Hugo to 0.155.2
1 parent e3444e1 commit 08043b2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/hugo.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
build:
3232
runs-on: ubuntu-latest
3333
env:
34-
HUGO_VERSION: 0.154.5
34+
HUGO_VERSION: 0.155.2
3535
steps:
3636
- name: Install Hugo CLI
3737
run: |

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
"devDependencies": {
3737
"autoprefixer": "^10.4.14",
3838
"cross-env": "^10.0.0",
39-
"hugo-extended": "0.154.5",
39+
"hugo-extended": "0.155.2",
4040
"postcss-cli": "^11.0.0"
4141
},
4242
"private": true,

0 commit comments

Comments
 (0)