chore(docs): migrate deprecated Hugo syntax for v0.148.2(latest) support#6099
Conversation
Signed-off-by: “niladrix719” <niladrix719@gmail.com>
Signed-off-by: “niladrix719” <niladrix719@gmail.com>
t-kikuc
left a comment
There was a problem hiding this comment.
@niladrix719
[ask] We use 0.128.0 for now. Is the new syntax available for 0.128.0 too?
pipecd/.github/workflows/publish_site.yaml
Lines 28 to 30 in 6b02f2c
I tested the site locally with Hugo v0.128.0, and the updated syntax works fine. We could consider updating the version in the workflow as well — wdyt? |
Signed-off-by: “niladrix719” <niladrix719@gmail.com>
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## master #6099 +/- ##
===========================================
+ Coverage 28.47% 38.52% +10.05%
===========================================
Files 536 35 -501
Lines 57137 3509 -53628
===========================================
- Hits 16267 1352 -14915
+ Misses 39602 2088 -37514
+ Partials 1268 69 -1199
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
|
Let's merge this after releasing v0.53.0 next week. |
|
This PR fixes #4902 |
|
Sorry, I think the site publish CI is failing after this PR (since the |
What this PR does:
migrate deprecated Hugo syntax for v0.148.2(latest) support
Why we need it:
Hugo v0.148.2 introduces breaking changes in templating syntax, so the templates were updated to ensure the docs site builds without errors
[Added] Fixes #4902