Skip to content

Workflow for running html generation on changes to problems.yaml#159

Merged
CIGbalance merged 2 commits intomainfrom
feat/to_html_action
Apr 21, 2026
Merged

Workflow for running html generation on changes to problems.yaml#159
CIGbalance merged 2 commits intomainfrom
feat/to_html_action

Conversation

@CIGbalance
Copy link
Copy Markdown
Collaborator

@CIGbalance CIGbalance commented Apr 21, 2026

This pull request introduces a new GitHub Actions workflow to automate HTML generation when the problems.yaml file is updated. The workflow sets up the environment, installs dependencies, generates HTML from the YAML file, and commits the changes back to the repository.

New workflow for automated HTML generation:

  • Added .github/workflows/run_to_html.yml to automatically run when problems.yaml changes or via manual trigger, generating HTML using yaml_to_html.py and committing updates back to the repository.

@CIGbalance CIGbalance marked this pull request as ready for review April 21, 2026 09:33
Copilot AI review requested due to automatic review settings April 21, 2026 09:33
Copy link
Copy Markdown
Contributor

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

Adds a GitHub Actions workflow intended to auto-generate HTML artifacts from problems.yaml and commit the generated outputs back to the repo.

Changes:

  • Introduces .github/workflows/run_to_html.yml to run on problems.yaml PR changes and via manual dispatch.
  • Sets up Python, installs utils/requirements.txt, runs yaml_to_html.py, and auto-commits generated files.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Comment thread .github/workflows/run_to_html.yml
Comment thread .github/workflows/run_to_html.yml Outdated
Comment thread .github/workflows/run_to_html.yml
Comment thread .github/workflows/run_to_html.yml Outdated
Copy link
Copy Markdown
Contributor

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

Copilot reviewed 2 out of 2 changed files in this pull request and generated 1 comment.


💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Comment thread .github/workflows/run_to_html.yml
@CIGbalance CIGbalance requested review from kvdblom April 21, 2026 09:49
@CIGbalance CIGbalance merged commit b706db0 into main Apr 21, 2026
4 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.

3 participants