Skip to content

Commit

Permalink
Update: Clarify GitHub account requirements for publishing private repos
Browse files Browse the repository at this point in the history
  • Loading branch information
wizozero committed Oct 21, 2024
1 parent 417aae8 commit 8fbdcc6
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions foundations/html_css/html-foundations/project-recipes.md
Original file line number Diff line number Diff line change
Expand Up @@ -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`.

<div class="lesson-note">

A GitHub paid account is required to publish web projects from a private repository. Free accounts can only publish from public repositories.

</div>

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.
Expand Down

0 comments on commit 8fbdcc6

Please sign in to comment.