Ferdinand Malcher
Ferdinand Malcher
As long as the project is in a git repo and `angular-cli-ghpages` can access git, the `repo` argument is optional. It looks like it cannot detect the git repo in...
Thanks, I see the problem! This has something to do with the new `remote` option intrpduced in the latest release. This actually seems to be a bug on our side....
@whyvrafvr btw, as a workaround it also solves the problem if you provide the `remote` option. This removes the need for `repo` and it's a bit shorter in the config....
@OmnicWolf Thanks for the report! I tried to reproduce the issue but it worked pretty well for me 😕 **Which OS and Shell are you using?** - Private repo -...
@OmnicWolf I started my old Windows 10 machine to try this, and there were no errors along the way. - Windows 10 - cmd.exe and PowerShell - Node v22.15.0 -...
Thanks for the report! I'm not sure whether we can actually handle all edge cases completely, but I think it's possible to detect this. Can you please try defining the...
For reference, the current docs page: https://angular.dev/reference/configs/workspace-config
Thanks for the report! We should upgrade the `gh-pages` dependency to the latest version. PRs are appreciated! 🙂
Thank you so much, Isahann! @JohannesHoppe will review and merge this one.