So, on some of the projects I have made, I made them private. When I made them public, I realized they had no page. Anyone know how to add pages?
@Agent_14 I think you need to go onto github and create a new repo. (?) I’m pretty new to github so that is the most I know about making pages: make a new repo, then make a new page.
Hope this helps
Tried that. Github tutorials do not help.
Well that’s a big oof ooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooof in the chat. Try asking @richard
@peli might know
I believe a PRO account is needed to be able to publish a GitHub Pages site on a private repo
(future reader: this may change)
You don’t need a pro account.
Anyone can host ONE site using github pages.
I did this a while ago- you can do static pages using simple html or blog type using jekyll.
You need a pro account to have GitHub pages in private repos.
@peli and @UnsignedArduino it was no longer private, I had made it public.
Go to the settings
tab in your github project and make sure that Github Pages is enabled on the master/main branch. Then create a release from MakeCode to trigger a build.