There are some cases of Hugo sites where running a custom script for the after fetching to replace hugo build is needed.
Is it possible to inject a new $VAR and then add a conditional about here which runs a custom build.sh script in the repo instead of normal commands?
There are some cases of Hugo sites where running a custom script for the after fetching to replace `hugo` build is needed.
Is it possible to inject a new `$VAR` and then add a conditional [about here](https://git.coopcloud.tech/coop-cloud/parasol-static-site/src/branch/main/deploy.sh.tmpl#L26-L36) which runs a custom `build.sh` script in the repo instead of normal commands?
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
There are some cases of Hugo sites where running a custom script for the after fetching to replace
hugobuild is needed.Is it possible to inject a new
$VARand then add a conditional about here which runs a custombuild.shscript in the repo instead of normal commands?@stevensting this is implemented now, right?
@p4u1 yes, this was merged to main.