โ–ถ๏ธGitHub Pages

Learn how to deploy your project to GitHub Pages.

GitHub Pages lets you publish static sites directly from your GitHub repository for free.

GitHub supports only static sites. See export types for more information about JavaScript applications vs. static sites.

Static

Learn how to upload your static site to GitHub Pages.

Prerequisites

Export your project using one of the export methods.

How to deploy your project to GitHub Pages:

  • Create a repository on GitHub and name it <your username>.github.io

  • Upload/commit your project to a GitHub repository

See GitHubโ€™s installation instructions for a comprehensive tutorial.

Last updated