We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 86a052d commit 02ccb5cCopy full SHA for 02ccb5c
.github/workflows/hugo.yml
@@ -31,7 +31,7 @@ jobs:
31
build:
32
runs-on: ubuntu-latest
33
env:
34
- HUGO_VERSION: 0.148.2
+ HUGO_VERSION: 0.150.0
35
steps:
36
- name: Install Hugo CLI
37
run: |
package.json
@@ -37,7 +37,7 @@
"devDependencies": {
38
"autoprefixer": "^10.4.21",
39
"cross-env": "^10.0.0",
40
- "hugo-extended": "0.148.2",
+ "hugo-extended": "0.150.0",
41
"postcss-cli": "^11.0.1",
42
"rtlcss": "^4.3.0"
43
},
0 commit comments