- Go to your repo's Actions tab and wait for the first workflow to pass.
- Check your
gh-pages
branch which was created and see that it has a some static HTML files and assets in it. - Go to your repo's Settings.
- Enable a GitHub Pages site on the root path of the
gh-pages
branch. - Go to the Environment section on the right of repo to check the status of the build.
- When it is done, click View Deployment to open your site URL.