Improved
2.0.0-beta.1

This release adds support for Angular v17. π
Features
- support for Angular 17 (no support for earlier versions) β support for various buildTargets (similar to angularfire) and recognises different output path configurations (see https://github.com/angular/angular-cli/pull/26675 and https://github.com/angular/angular-cli/issues/26304#issuecomment-1909967243)
- completely removes the
--no-silentoption, error messages will be shown by default now (modern CI systems don't expose secrets anymore) - adds the
--diroption, this overrides the directory for all published sources, relative to the current working directory. The normal logic with buildTargets and conventions is ignored in this case. - adds the
--no-notfoundoption to not create a404.htmlwhich should work great with Cloudflare pages, see #178 and see the Cloudflare pages docs - adds a
.nojekyllfile by default, can be disabled via--no-nojekyll
Install this beta version via
ng add angular-cli-ghpages@2.0.0-beta.1
Thanks
- Thanks to @fmalcher for reviewing the PR #179
- Deployed by @JohannesHoppe.