Releases: cmgriffing/scully-gh-pages-action
Releases · cmgriffing/scully-gh-pages-action
Pass buildArgs
The buildArgs string was being ignored by exec. Under the hood exec.exec converts the commandLine to an array anyway, so injecting the buildArgs into that string is sufficient for Angular-CLI at least.
Testing fix for v5
v5-test1 Directly inject build and scully args into exec since they are string…
v4
Add missing scully build step
v3
Add debugging ls