Branch previews (how they work)

This repo supports branch preview deployments. Any non-main branch is deployed to:

https://newyorkromaniangroup.github.io/<branch-name>/

Why this exists

It lets collaborators review changes without impacting the production site.

How it works (high level)

A GitHub Actions workflow runs on:

On push:

On branch deletion:

The most important rule for contributors

Use | relative_url for internal links and assets in templates and markdown.

Examples:

Good:

Risky (breaks previews):

Where to look