Deploy To GitHub Pages

304 字
1 分钟

The repository ships with a GitHub Pages workflow in .github/workflows/deploy.yml.

Deployment checklist:

  1. Push to the main branch.
  2. Enable Pages in repository settings.
  3. Set source to GitHub Actions.
  4. Ensure your production site.url is set in conf.json before deploy.

After the first successful run, your site will be available on the Pages URL.