https://koushikbaagh.github.io/
Following commands are useful when you want to initialize the "Github Pages" to the build folder instead of "main". Also note that, Since GitHub Pages doesn't allow direct selection of the build folder, we will rename build to docs in the next step.
mkdir docs
cp -r build/* docs/
git add docs
git commit -m "Copy build contents to docs for GitHub Pages"
git push origin main
Folders and files
| Name | Name | Last commit date | ||
|---|---|---|---|---|