Skip to content

Commit ebe66ea

Browse files
committed
chore: downgrade hugo-bin version to 0.141.2 in package.json and pnpm-lock.yaml
- Reverted hugo-bin from 0.143.7 to 0.141.2 to address compatibility issues. - Updated default hugo_version in GitHub Actions workflow to reflect the downgraded version.
1 parent fc8b5e6 commit ebe66ea

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

.github/workflows/reusable-hugo-workflow.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ on:
55
inputs:
66
hugo_version:
77
type: string
8-
default: '0.143.7'
8+
default: '0.143.0'
99
required: false
1010
base_url:
1111
type: string

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@
7878
"cssnano": "7.1.1",
7979
"cssnano-preset-advanced": "^7.0.9",
8080
"dotenv": "16.6.1",
81-
"hugo-bin": "0.143.7",
81+
"hugo-bin": "0.141.2",
8282
"purgecss-whitelister": "^2.4.0"
8383
},
8484
"devDependencies": {

pnpm-lock.yaml

Lines changed: 5 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)