Chaotic Builder

Exported HTML

Global Options

Deploy to GitHub Pages

Step 1: Create GitHub Repository

Go to github.com/new and create a new repository:

  • Make it public
  • Don't add README, .gitignore, or license (keep it empty)

Step 2: Enter Your Details

Step 3: Upload Your Site

Follow these steps using GitHub's website:

  1. Make sure you've downloaded index.html above
  2. Go to your repository on GitHub
  3. Click the branch dropdown (says "main") → type gh-pages → click "Create branch: gh-pages"
  4. Click Add file → Upload files
  5. Drag your downloaded index.html file into the upload area
  6. Scroll down and click Commit changes
  7. Click Add file → Create new file
  8. Name it .nojekyll (don't add any content)
  9. Click Commit changes

The .nojekyll file tells GitHub to skip Jekyll processing and serve your HTML as-is.

Step 4: Enable GitHub Pages

After pushing, go to your repository settings:

  1. Click Settings → Pages
  2. Under "Source", select Deploy from a branch
  3. Select the gh-pages branch
  4. Click Save

Your site will be live at: https://username.github.io/repo