DEV Community

Leslie Diaz
Leslie Diaz

Posted on

Deploying static web site to GitHub Pages

Today I learned how enable Github Pages deployment!

Here's some quick steps: Go to the repo's page > Settings > Pages > Make sure Source = "Deploy from a branch" and Branch = "main" and "/(root) > Click Save > Refresh the page > Find link where it says "Your site is live at..."

Top comments (0)