Skip to content

Latest commit

 

History

History
8 lines (7 loc) · 468 Bytes

deploy.md

File metadata and controls

8 lines (7 loc) · 468 Bytes

Deploy

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