|
|
||
|---|---|---|
| .. | ||
| README.md | ||
Deploying to GitHub Pages
This guide assumes that you have completed steps 1-3 from Getting Started and have a successfully build website in your html branch.
This guide will also assume that you don't already have a GitHub Pages site and are using Arise to host your User Site. For Project Sites, please review GitHub's documentation.
Frankly, the configuration annoyance of GitHub Pages with multiple hosted sites is a pretty good reason to use a provider like Cloudflare Pages or DigitalOcean instead.
- Name your repo to yourusername.github.io.
- Navigate to your repo and click Settings in the navbar.
- Click Pages in the sidebar.
- Under the dropdown for Source, click Deploy from a branch.
- Select the
htmlbranch. Leave/ (root)as the folder and click Save.
Congrats! Your Arise website is now live on GitHub Pages. If you'd like to use a custom domain, please review GitHub's custom domains guide as that is outside of the scope of this documentation.