We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e3444e1 commit 08043b2Copy full SHA for 08043b2
.github/workflows/hugo.yml
@@ -31,7 +31,7 @@ jobs:
31
build:
32
runs-on: ubuntu-latest
33
env:
34
- HUGO_VERSION: 0.154.5
+ HUGO_VERSION: 0.155.2
35
steps:
36
- name: Install Hugo CLI
37
run: |
package.json
@@ -36,7 +36,7 @@
"devDependencies": {
"autoprefixer": "^10.4.14",
38
"cross-env": "^10.0.0",
39
- "hugo-extended": "0.154.5",
+ "hugo-extended": "0.155.2",
40
"postcss-cli": "^11.0.0"
41
},
42
"private": true,
0 commit comments