Skip to content

Releases: cmgriffing/scully-gh-pages-action

Pass buildArgs

26 Feb 20:19
Compare
Choose a tag to compare

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

26 Feb 20:07
Compare
Choose a tag to compare
Pre-release
v5-test1

Directly inject build and scully args into exec since they are string…

v4

17 Feb 19:01
Compare
Choose a tag to compare
Add missing scully build step

v3

17 Feb 18:40
Compare
Choose a tag to compare
v3 Pre-release
Pre-release
Add debugging ls