diff options
-rw-r--r-- | soupault.toml | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/soupault.toml b/soupault.toml index d72bb6b..4df6708 100644 --- a/soupault.toml +++ b/soupault.toml @@ -107,7 +107,7 @@ Disallow: / page = "get/nightly-builds.md" profile = "live" -# Generates a list of the "current" branch builds from S3 +# Generates a list of the "current" branch builds from GitHub releases [widgets.list-nightly-builds-current] widget = "exec" command = "scripts/list-nightly-builds.py rolling/current" @@ -115,5 +115,6 @@ Disallow: / action = "append_child" page = "get/nightly-builds.md" - after = "insert-nightly-build-containers" + after = "insert-nightly-build-containers" + profile = "live" |