Skip to content

Commit 02ccb5c

Browse files
committed
Hugo
1 parent 86a052d commit 02ccb5c

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.148.2
34+
HUGO_VERSION: 0.150.0
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
@@ -37,7 +37,7 @@
3737
"devDependencies": {
3838
"autoprefixer": "^10.4.21",
3939
"cross-env": "^10.0.0",
40-
"hugo-extended": "0.148.2",
40+
"hugo-extended": "0.150.0",
4141
"postcss-cli": "^11.0.1",
4242
"rtlcss": "^4.3.0"
4343
},

0 commit comments

Comments
 (0)