I just realised that because our website workflow acts as an 'autostage' function, feature branches must not include a 'staging' section in .asf.yaml, as that will cause double deployment.
The process to create a feature branch is quite simple: - create a new branch from main (don't use non-alphanumeric chars, except for hyphen '-') - make changes - test locally - push, and the staged website should appear. I have deleted acevent and acevent-site as they are no longer needed. The staging site may linger for a while. I don't know when/if the Infra staging code prunes websites that no longer have a source repo. Sebb