diff --git a/.gitea/workflows/build-template.yml b/examples/build-template.yml similarity index 77% rename from .gitea/workflows/build-template.yml rename to examples/build-template.yml index 39a4bbd..7a0d3b6 100644 --- a/.gitea/workflows/build-template.yml +++ b/examples/build-template.yml @@ -1,7 +1,9 @@ # Example build.yml for a libreshop component repo. -# Copy to .gitea/workflows/build.yml and remove the "on:" override below. +# Copy to .gitea/workflows/build.yml in the consuming repo. # -# Replace the existing multi-step build.yml with these ~20 lines. +# Lives outside .gitea/workflows/ on purpose — Gitea would auto-run it +# here against this repo (which has no Dockerfile) and the build would +# fail every time. name: build