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
Improve HTML Cleaning Step in github-actions-s3-publish.yml
- Replaced the previous method for removing empty lines from HTML files with a more robust script that also compresses consecutive empty lines and trims whitespace.
- The new approach uses a combination of awk and sed for more thorough cleaning, ensuring only a single empty line is retained and all extraneous whitespace is removed.
Signed-off-by: Leonid Petrov <lenia.petrov@gmail.com>
0 commit comments