Hi Ralph, On Tue, 16 Jan 2024 at 01:56, Ralph Goers <[email protected]> wrote: > > I don’t understand what it means to keep both staging and publish in > “asf-site”. By definition, the asf-site branch is the live web-site and > asf-staging is the staging web site. Are you talking about the build scripts > or something?
We are talking about this `.asf.yaml` content: publish: profile: ~ whoami: asf-site subdir: content/logging-parent staging: profile: ~ whoami: asf-staging subdir: content/logging-parent Due to the `whoami` attribute, the `.asf.yaml` file on both the `asf-site` and `asf-staging` branch can be the same. INFRA will ignore the `staging` instruction on `asf-site` and the `publish` instruction on `asf-staging`. Piotr
