angular-schule / angular-cli-ghpages

🚀 Deploy your 🅰️Angular app to GitHub pages, Cloudflare Pages or any other Git repo directly from the Angular CLI! Available on NPM.
https://www.npmjs.com/package/angular-cli-ghpages
MIT License
955 stars 96 forks source link

index.html could not be copied to 404.html, cli: 1.0.5, angular cli: 14.2.5 #163

Closed devasconceloss closed 1 year ago

devasconceloss commented 1 year ago

I'm trying to update my deploy but it's getting this error: https://prnt.sc/BkmYWK-y6Nj_ The deploy can't find todo-app on dist folder for some reason

fmalcher commented 1 year ago

Thanks for your issue report. Most likely, this has nothing to do with this library itself but there's something missing in your configuration. Please directly post a screenshot here and the exact command you used.

CLI 1.0.5 doesn't sound right, please check this again.

devasconceloss commented 1 year ago

I tried:

image

fmalcher commented 1 year ago

You have to call the command from the project root folder, not from src. The warning tries to suggest this: "This does not look like an angular-cli project" which is right – the src folder does not contain one 😄

Closing this here, as it's not an error in the library.