This repository was archived by the owner on Dec 16, 2025. It is now read-only.
Update Hugo version to 0.148.1, add xmllint installation and RSS vali…#54
Merged
stemangiola merged 1 commit intomasterfrom Jul 12, 2025
Merged
Update Hugo version to 0.148.1, add xmllint installation and RSS vali…#54stemangiola merged 1 commit intomasterfrom
stemangiola merged 1 commit intomasterfrom
Conversation
…dation step, and change author name to Tidyomics Team in config.yaml
Closed
There was a problem hiding this comment.
Pull Request Overview
This PR updates the blog’s site configuration, CI pipeline Hugo version, and adds RSS validation.
- Change author name in the Hugo config
- Bump Hugo to 0.148.1 and install xmllint in CI
- Add RSS validation step and update deploy input name
Reviewed Changes
Copilot reviewed 2 out of 2 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
| blog/config.yaml | Updated the author.name field to “Tidyomics Team” |
| .github/workflows/blog.yaml | Upgraded Hugo version, added xmllint installation and RSS validation, renamed deploy branch input |
Comments suppressed due to low confidence (2)
blog/config.yaml:40
- Removing the leading hyphen changes the author field from a list item to a plain map entry, which may break Hugo’s expected array structure. Reintroduce the hyphen (e.g.,
- name: Tidyomics Team) or adjust the schema so thatauthoris parsed correctly.
name: Tidyomics Team
.github/workflows/blog.yaml:43
- Confirm that
peaceiris/actions-gh-pages@v3expectspublish_branchrather thanbranchorBRANCH. If the input key is incorrect, the deployment step will be skipped or fail.
publish_branch: gh-pages # The branch the action should deploy to.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
…dation step, and change author name to Tidyomics Team in config.yaml