Skip to content

Commit

Permalink
TEMP WIP - need to make sure we've fetched gh-pages to check it out
Browse files Browse the repository at this point in the history
  • Loading branch information
titusfortner committed Jun 21, 2024
1 parent b2b595b commit 25f4944
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -1147,6 +1147,7 @@ def updated_version(current, desired = nil, nightly = nil)
end

def update_gh_pages
@git.fetch('origin', {ref: 'gh-pages'})
@git.checkout('gh-pages')

%w[java rb py dotnet javascript].each do |language|
Expand Down

0 comments on commit 25f4944

Please sign in to comment.