summaryrefslogtreecommitdiff
path: root/tasks/docs.rb
diff options
context:
space:
mode:
Diffstat (limited to 'tasks/docs.rb')
-rwxr-xr-xtasks/docs.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/tasks/docs.rb b/tasks/docs.rb
index 15ca1c61c8..d5fd653591 100755
--- a/tasks/docs.rb
+++ b/tasks/docs.rb
@@ -160,7 +160,7 @@ namespace :docs_site do
#
def action_list(actions)
list = {}
- actions.each do |action|
+ actions.sort.each do |action|
# skip it so we can make it the last value later
next if action == "nothing"