From c6bd0964f3d79f596d3e07932da99b6a83b61009 Mon Sep 17 00:00:00 2001 From: Diego Molina Date: Tue, 20 Feb 2024 01:34:49 +0100 Subject: [PATCH] [build] Fixing API docs update --- Rakefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Rakefile b/Rakefile index f820b78db30df..1c23f8acb9316 100644 --- a/Rakefile +++ b/Rakefile @@ -1219,7 +1219,7 @@ def update_gh_pages return restore_git(origin_reference) unless response == 'y' || response == 'yes' puts "Committing changes" - commit!('updating all API docs', 'docs/api/') + commit!('updating all API docs', ['docs/api/']) puts "Pushing changes to upstream repository" @git.push