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
Copy file name to clipboardExpand all lines: README.md
+14Lines changed: 14 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -65,6 +65,20 @@ This section has moved here: [https://facebook.github.io/create-react-app/docs/a
65
65
66
66
This section has moved here: [https://facebook.github.io/create-react-app/docs/deployment](https://facebook.github.io/create-react-app/docs/deployment)
67
67
68
+
### GitHub Pages Deployment
69
+
70
+
This project is configured to deploy automatically to GitHub Pages using GitHub Actions.
71
+
72
+
When you push to the `main` branch, the GitHub Actions workflow will:
73
+
1. Build the application
74
+
2. Deploy it to the `gh-pages` branch
75
+
3. Make it available at the URL specified in the `homepage` field in `package.json`
76
+
77
+
To set up for your repository:
78
+
1. Make sure to update the `homepage` field in `package.json` with your GitHub username and repository name
79
+
2. Enable GitHub Pages in your repository settings, set to deploy from the `gh-pages` branch
80
+
3. Push your code to the `main` branch to trigger the deployment
81
+
68
82
### `npm run build` fails to minify
69
83
70
84
This section has moved here: [https://facebook.github.io/create-react-app/docs/troubleshooting#npm-run-build-fails-to-minify](https://facebook.github.io/create-react-app/docs/troubleshooting#npm-run-build-fails-to-minify)
0 commit comments