-
Notifications
You must be signed in to change notification settings - Fork 483
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
"Unknown options: /" Error message #51
Comments
I am getting the same error after attempting to build and deploy a react app:
|
Similar error with the following:
Rather than the "/" in "Unknown options: /", it shows a comma separated list of all the folders in the root folder. |
@SethThoburn always use |
This fixed fixed the error for me 🤦🏼 |
* config: only run deploy-preview on prs * config: deploy dist folder in packages/embed for embed staging deploy * fix: deploy-staging/components use single quotes in args ref: jakejarvis/s3-sync-action#51 (comment) * fix: remove duplicate branches entry
Fixed the problem for me. Someone should get a PR up for this cough cough |
Hi.
I am getting this error message in my build, specifically at the point of using
jakejarvis/s3-sync-action@master
:This is the script I am using for the "build" job:
This is the script I am using for the "deploy" job:
Thanks in advance!
The text was updated successfully, but these errors were encountered: