summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniil Baturin <daniil@baturin.org>2023-09-04 12:53:17 +0100
committerDaniil Baturin <daniil@baturin.org>2023-09-04 12:53:17 +0100
commit075386ce2950d494396c932c9d67c6f80500b241 (patch)
tree9c1ce1884e3fcdc447f677c60e64602927c94a88
parentb7731dcebf8f43c2b0ff65b4de6b11116db84b8c (diff)
downloadcommunity.vyos.net-075386ce2950d494396c932c9d67c6f80500b241.tar.gz
community.vyos.net-075386ce2950d494396c932c9d67c6f80500b241.zip
Clarify the nightly builds widget config
-rw-r--r--soupault.toml5
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"