tc39 / template-for-proposals

A template for ECMAScript proposals
MIT License
127 stars 29 forks source link

Use `gh‑pages` branch #24

Closed ExE-Boss closed 1 year ago

ExE-Boss commented 4 years ago

This makes the build result be deployed to the gh‑pages branch.


The configuration is based on https://github.com/tc39/proposal-realms/blob/master/.github/workflows/publish.yml

ljharb commented 4 years ago

Why is this an improvement? It's simpler imo when there's only a single branch for the raw and rendered spec.

ExE-Boss commented 4 years ago

It ensures that the master branch only contains the source files.

ljharb commented 4 years ago

Right, but I find that more complex than having one branch for the entire proposal repo.

gibson042 commented 4 years ago

I strongly agree with @ljharb about keeping all contents in a single branch, but would personally prefer use of /docs rather than dumping rendered output at the top level.

ljharb commented 1 year ago

Closed by #32.