-
Notifications
You must be signed in to change notification settings - Fork 12k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Unable to deploy organization to github pages with --user-page flag #3039
Comments
This is actually a rather unfortunate case... the way Usually that branch is pushed up to So my recommendation is that you have your project proper in another branch that isn't master, for instance a new one called I'd like to find a better way of doing this if there's one. |
What about using a temp directory outside of the current project? This would allow use of the This could be a system temp directory or simply up one directory from the project. Maybe the directory name includes a unique timestamp integer? For future updates, the existing remote github pages repo would be cloned into the temp directory first before the new As implied with temp, the directory would be deleted after deployment. Thoughts? |
Closed via #4385. |
This issue has been automatically locked due to inactivity. Read more about our automatic conversation locking policy. This action has been performed automatically by a bot. |
OS?
Versions.
Repro steps.
ng new newProject
ng github-pages:deploy
. The build seemed to work, but then I got the error below.The log given by the failure.
When I try to pull, it says everything is up to date.
I am able to make it work by manually merging gh-pages into master, then add/commit/push that to Github.
The text was updated successfully, but these errors were encountered: