You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Refactor HTML Empty Line Removal Step in github-actions-s3-publish.yml
- REMOVED: The previous shell command using sed to delete empty lines from HTML files.
- ADDED: A Python script that reads each HTML file, filters out empty lines, and writes the cleaned content back, enhancing cross-platform compatibility and maintainability.
Signed-off-by: Leonid Petrov <lenia.petrov@gmail.com>
0 commit comments