You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
You must use the username.github.io naming scheme.
Output of ng github-pages:deploy --user-page creates github project name matching that of local project name. Terminal returns a success message and link to [username].github.io, a link that returns 404 on load. Re-naming github project to [username].github.io results in successful live deployment.
The text was updated successfully, but these errors were encountered:
OS?
mac os 10.11.6
Versions.
1.0.0-beta.18
Repro steps.
deploying an angular-cli created app
all remote git references removed
ng github-pages:deploy --user-page
Mention any other details that might be useful.
Github Pages spec for user page:
Output of
ng github-pages:deploy --user-page
creates github project name matching that of local project name. Terminal returns a success message and link to [username].github.io, a link that returns 404 on load. Re-naming github project to [username].github.io results in successful live deployment.The text was updated successfully, but these errors were encountered: