You need to save the changes you made in the project
Run the deploy command
Install angular-cli-ghpages
We'll use an Angular CLI command to add this library to our app and automatically configure the deploy action. Run the following command:
ng add angular-cli-ghpages
Commit the changes
Commit your changes made by adding angular-cli-ghpages by running this command in your project directory.
git add -A && git commit -m "Your Message"
Then run the following command to push the changes
git push
Deploying to GitHub Pages
Run:
π‘ /[your-repo-name]/ is a placeholder for your github repository name. So if you project has the name https://github.com/myname/ng-girls the value has to be: --base-href="/ng-girls/".
Your app will be available at https://[your-GH-username].github.io/[repo-name]/
Blank screen (and 404 error in DevTools in Browser)
If deploy succedeed but you see blank page in browser you probably used capitalized letters in your repository name. Try to add new repository with only lowercase letters from GitHub website. Later on remove connection to old one from your local files by typing:
in terminal. Add connection to new repository
And build website again:
Problem on Windows
On (windows) machines you might run into an issue like the following:
Try to debug it with angular-cli-ghpages -S . If you get the following error:
git remote add origin https://github.com/{YOUR_USERNAME}/{YOUR_REPO}.git
git push -u origin main
ng deploy --base-href="/[your-repo-name]/"
An error occurred!
Error: Unspecified error (run without silent option for detail)
at C:\Users\<myuser>\AppData\Roaming\nvm\v8.9.1\node_modules\angular-cli-ghpages\node_modules\gh-pages\lib\index.js:232:19
at _rejected (C:\Users\<myuser>\AppData\Roaming\nvm\v8.9.1\node_modules\angular-cli-ghpages\node_modules\q\q.js:844:24)
...
fatal: could not read Username for \'https://github.com\': No error\n',