I'm trying to deploy the project that has locales but I got the message "index.html could not be copied to 404.html. This does not look like an angular-cli project?!". I did a debug and found that the lib searches for the index.html in the route folder which is in my case dist but the build command creates 2 folders inside the dist folder. Each one of them has a locale.
More info
Angular version: 14.0.0
angular-cli-ghpages: 1.0.0
I'm trying to deploy the project that has locales but I got the message "index.html could not be copied to 404.html. This does not look like an angular-cli project?!". I did a debug and found that the lib searches for the index.html in the route folder which is in my case dist but the build command creates 2 folders inside the dist folder. Each one of them has a locale.
More info
Angular version: 14.0.0
angular-cli-ghpages: 1.0.0