Skip to content

Commit 82439e5

Browse files
committed
run script when building docs
1 parent 5298474 commit 82439e5

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

script/release

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,7 @@ update_gemfiles() {
6060
}
6161

6262
build_docs() {
63+
ruby script/sync_contributors.rb
6364
bundle exec rake docs:build
6465
}
6566

script/sync_contributors.rb

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,4 +81,3 @@ def write_contributors_yaml(data)
8181
puts "Error: #{e.message}"
8282
exit 1
8383
end
84-

0 commit comments

Comments
 (0)