Skip to content

Commit

Permalink
fix: hugo version (#2393)
Browse files Browse the repository at this point in the history
Signed-off-by: Attila Mészáros <csviri@gmail.com>
  • Loading branch information
csviri committed May 21, 2024
1 parent e07acc7 commit 2c64b05
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/hugo.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
build:
runs-on: ubuntu-latest
env:
HUGO_VERSION: 0.124.1
HUGO_VERSION: 0.125.4
steps:
- name: Install Hugo CLI
run: |
Expand Down
2 changes: 1 addition & 1 deletion docsy/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
"update:pkg:hugo": "npm install --save-dev --save-exact hugo-extended@latest"
},
"devDependencies": {
"autoprefixer": "^10.4.14",
"autoprefixer": "^10.4.19",
"cross-env": "^7.0.3",
"hugo-extended": "0.125.4",
"postcss-cli": "^11.0.0"
Expand Down

0 comments on commit 2c64b05

Please sign in to comment.