Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add support for build command arguments to the build html action #71

Open
briantist opened this issue Sep 4, 2023 · 0 comments
Open

Comments

@briantist
Copy link
Collaborator

The build action takes an input for the path to the build command, and defers actual building to that command.

Since paths can contain spaces, the path is quoted when invoked.

But that means you can't give arguments to the build command, because they'll end up inside the quotes.

A new input for arguments would allow for more flexibility.

For example, I wanted to use this in a different project that has a Makefile for building, and I wanted to give arguments to the make command, but couldn't do so. Instead I committed a build.sh to call make with the arguments.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant