shalzz / zola-deploy-action

Github action for building a Zola site and deploying to Github Pages
MIT License
234 stars 91 forks source link

feat: minify after build #49

Closed ssiyad closed 2 years ago

ssiyad commented 2 years ago

This PR add an option to minify output after build

ref: https://github.com/tdewolff/minify https://packages.debian.org/sid/devel/minify

shalzz commented 2 years ago

Hi, the idea is not to have every feature under the sun supported by one action. The way github actions is built, your usecase can be enabled by another github action that acts on the output of this action (take a look at the BUILD_ONLY env variable).