Re: Build and staging of branches

2025-05-04 Thread sebb
On Sun, 4 May 2025 at 10:12, sebb wrote: > > The website workfile currently commits build output directly to the > branch (except for main). > > This means it is easy to check that the branch builds OK, but it also > means that the branch now has additional changes compared with main. > This break

Build and staging of branches

2025-05-04 Thread sebb
The website workfile currently commits build output directly to the branch (except for main). This means it is easy to check that the branch builds OK, but it also means that the branch now has additional changes compared with main. This breaks PRs, as they will now include the site code. It's als