Deploy website to Github pages
Activate repository settings to host dashboard on Github pages:
- Save all changes and push to main, this should trigger the github-pages workflow which will create a gh-pages branch for your Github repository
- On your Github repository's
Settingspage, undercode and automation, select thePagestab- Select
Deploy from a branchas the source - Select
gh-pagesas the branch - Select
/(root)as the root folder - Click the save button
- Select
- Your site will take a few minutes to deploy. After it does click on the site link provided on the
Pagestab to view your dashboard