Skip to content

Update Hugo version to 0.148.1, add xmllint installation and RSS vali… #54

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jul 12, 2025

Conversation

stemangiola
Copy link
Collaborator

…dation step, and change author name to Tidyomics Team in config.yaml

…dation step, and change author name to Tidyomics Team in config.yaml
@stemangiola stemangiola requested review from mblue9 and Copilot July 12, 2025 00:26
@stemangiola stemangiola linked an issue Jul 12, 2025 that may be closed by this pull request
Copy link

@Copilot Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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 that author is parsed correctly.
    name: Tidyomics Team

.github/workflows/blog.yaml:43

  • Confirm that peaceiris/actions-gh-pages@v3 expects publish_branch rather than branch or BRANCH. 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.

@stemangiola stemangiola merged commit a1b1aec into master Jul 12, 2025
3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Fixing RSS feed
1 participant