tc39 / source-map

Source map specification, RFCs and new proposals.
https://tc39.es/source-map/
Other
130 stars 17 forks source link

Workflow: Auto-publish all branches to gh-pages #149

Open szuend opened 3 weeks ago

szuend commented 3 weeks ago

This CL changes the auto publish workflow to build all branches (except gh-pages) and put the result into <branch name>/index.html on the gh-pages branch. The main branch is still published to the root index.html though.

This is very convenient for forks, since it's straight-forward to preview PRs.