> For the complete documentation index, see [llms.txt](https://docs.webstudio.is/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.webstudio.is/university/self-hosting/github-pages.md).

# GitHub Pages

[GitHub Pages](https://docs.github.com/en/pages/getting-started-with-github-pages/about-github-pages) lets you publish static sites directly from your GitHub repository for free.

{% hint style="info" %}
GitHub supports only static sites. See [export types](/university/self-hosting.md#export-types) for more information about JavaScript applications vs. static sites.
{% endhint %}

## Static

Learn how to upload your static site to GitHub Pages.

### Prerequisites

Export your project using one of the [export methods](/university/self-hosting.md#exporting).

**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](https://pages.github.com/) for a comprehensive tutorial.

## Related

* [Download](/university/self-hosting/download.md) – Export a static site directly from the Builder
* [CLI](/university/self-hosting/cli.md) – Export and build your project using the command line
* [Cloudflare Pages](/university/self-hosting/cloudflare-pages.md) – Another platform for static site hosting
* [Publishing and custom domains](/university/foundations/publishing-and-custom-domains.md) – Set up custom domains for your site


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.webstudio.is/university/self-hosting/github-pages.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
