Skip to content

Commit

Permalink
Need bundle install before generating master docs
Browse files Browse the repository at this point in the history
  • Loading branch information
eregon committed Jan 23, 2023
1 parent df4cc9d commit eec01de
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions support/generate_docs.rb
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,9 @@ def sh(*args)
end

sh "git", "checkout", "master"

sh "rm", "-f", "Gemfile.lock"
sh "bundle", "install"
sh "bundle", "exec", "rake", "yard"

versions.each do |version|
Expand Down

0 comments on commit eec01de

Please sign in to comment.