Commit Graph

2 Commits

Author SHA1 Message Date
552c33e89b chore: Allow script to continue despite errors
All checks were successful
Auto Changelog & Release / release (push) Successful in 14s
- The `|| true` ensures the script continues even if the increment
  operation fails. This prevents the script from halting if
  `CONVERTED` is unset.
2025-07-09 21:40:44 +02:00
4c489fe5f2 feat(action): add Markdown to HTML publishing workflow
- Introduce a GitHub Action to convert Markdown files to HTML using Pandoc
- Configure steps for repository checkout, git setup, and branch management
- Include scripts for Markdown conversion, Pandoc installation, and git setup
- Automate the publishing of HTML output to a specified branch
2025-07-09 21:28:30 +02:00