Skip to content- Open Settings → Pages in your GitHub repository and choose GitHub Actions as the source.
- Ensure the default branch is
main. Any push will trigger the workflow that builds and publishes the site. - Custom domain: add the
CNAME within the Pages settings, or place a CNAME file under docs/public/ if you prefer versioning it. - After configuring a domain, enable Enforce HTTPS to serve the site securely.
- Need troubleshooting? Inspect the latest run of the
CI + Deploy workflow; the logs list every validation and build step.