Skip to content

Commit

Permalink
Fix PR Build Failures Due to Hugo Version Mismatch (#1495)
Browse files Browse the repository at this point in the history
* Use 0.115.4 hugo version
  • Loading branch information
ibrahimjaved12 authored Jan 28, 2025
1 parent 9dd3760 commit 6145349
Show file tree
Hide file tree
Showing 3 changed files with 274 additions and 220 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
- name: Setup Hugo
uses: peaceiris/actions-hugo@16361eb4acea8698b220b76c0d4e84e1fd22c61d # v2
with:
hugo-version: "latest"
hugo-version: "0.115.4"
extended: true

- name: Install dependencies
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@
"eslint-plugin-react-hooks": "^4.6.0",
"exec-sh": "^0.4.0",
"file-loader": "^5.0.2",
"hugo-bin-extended": "~0.112.7",
"hugo-bin-extended": "0.115.4",
"imports-loader": "^0.8.0",
"inquirer": "^8.2.5",
"jest": "^27.4.7",
Expand Down
Loading

0 comments on commit 6145349

Please sign in to comment.