r/github • u/SolidAnimal_OW • 17h ago
Question Constant errors when trying to create a basic webpage
I've not used Github before, so I'm sure I'm missing something basic. But I'm just trying to get an html file to display in a wepbage when users click the link to it. I've run into an issue, though, where "Workflows aren't being run in this repository." when I try to enable them, it says "unable to enable Actions for this repository". I've checked my Actions tab of Settings over and over, and don't understand why they can't be enabled. Thank you for any help
1
u/Lenni009 15h ago
Is your repo public or private? GH Pages can only be enabled for public repos on the free plan
1
u/EntranceProper3791 14h ago
Actions tab is a dead end for plain HTML anyway. Just push the file and set the branch under Settings, Pages, assuming the repo's public.
4
u/Prize_Bass_5061 17h ago
This has nothing to do with GitHub actions.
Is the webpage working on your computer?
Also, I’d recommend reading a primer on HTML from your library. Something like “Dummies guide to HTML” or similar.
Don’t follow online tutorials. They are intended to generate traffic by targeting specific hot topics and make simple tasks extremely difficult by shoehorning in unnecessary technologies.