angular-deploy-gh-pages-actions
angular-deploy-gh-pages-actions copied to clipboard
Support --no-build flag
Thanks for this great github action!
My use case requires using the --no-build
flag provided by the CLI.
It would be very useful for me for this action to support this flag.
Hey @stavshamir, could you explain the use case a bit more? What is your expected output?
@AhsanAyaz the use case for this is that you already run your own build process and just need this to deploy the project, not also build the project.
Exactly as @JaxonWright wrote. My build process is different the usual case and I only need the deploy part of this action.