From 8fbdcc6983476ab74ec705f7ddf792139e1f33de Mon Sep 17 00:00:00 2001 From: wizozero Date: Mon, 21 Oct 2024 16:43:35 +0200 Subject: [PATCH] Update: Clarify GitHub account requirements for publishing private repos --- foundations/html_css/html-foundations/project-recipes.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/foundations/html_css/html-foundations/project-recipes.md b/foundations/html_css/html-foundations/project-recipes.md index 77111cb095..a9237d1883 100644 --- a/foundations/html_css/html-foundations/project-recipes.md +++ b/foundations/html_css/html-foundations/project-recipes.md @@ -101,6 +101,12 @@ If you want to show your work (the project) to others, or submit a solution belo GitHub allows you to publish web projects directly from a GitHub repository. Doing this will allow you to access your project from `your-github-username.github.io/your-github-repo-name`. +
+ +A GitHub paid account is required to publish web projects from a private repository. Free accounts can only publish from public repositories. + +
+ There are a couple of ways to go about doing this, but the simplest is this: - Make sure that the main HTML file of your project is called `index.html`. If it is not, you will need to rename it.