-
Notifications
You must be signed in to change notification settings - Fork 97
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
The specified command ("deploy") is invalid. #65
Comments
It looks like you have installed an Angular CLI version smaller than Can you please check your version with |
Hello @fmalcher . Thanks for the heads up. It's fixed now and I ran it like this:
Except I don't see the gh-pages branch in the repo: https://github.com/oleersoy/ghtest It looks like it's empty still. Also do you know if it's possible for angular-cli-ghpages to use the my ssh keys for the push (With a configuration option perhaps) or by using
|
I just tried this out with a new app and a new GitHub repo and it worked correctly. If it doesn't work, can you please provide some more details about your system? Best would be the complete output from
You can also use the SSH scheme for the |
OK I tried it again with the Then I tried the https://github.com/oleersoy/ghtest They are not rendering when visiting the https://oleersoy.github.io/ghtest/ I think it's because the base element is rendered like this:
Is it supposed to be
My NG Version Info:
|
In the README you will find information on how to set the base href correctly. |
OH - OK - Got it - I thought the base href was the same regardless of whether we were using a custom domain or not. I see that we have to provide the
Thanks again for all your help. This tool totally rocks!! |
Just curious whether it would be a good idea to derive the base href from the repo if the --cname option is not specfiied? |
I tried running it with the
|
Hi, thanks for the feedback. At the moment the history is preseved. We have a feature request to change that: #46
Indeed, this feature is the next thing that we will implement! 😃 |
see #66 |
Hi,
Thanks for making this awesome tool! I'm trying out the deploy command here is my sequence:
Thoughts?
The text was updated successfully, but these errors were encountered: