Skip to content

Commit e590347

Browse files
committed
[CI] Adds doc task to git add files from OK response
1 parent e074d09 commit e590347

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

rake_tasks/doc_generator.rake

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,11 @@ namespace :docs do
6868
puts "Downloaded report for #{args[:branch] ? args[:branch] : 'main' } branch"
6969
end
7070

71+
desc 'Add files from 200-ok log'
72+
task :add_files do
73+
`cat log/200-ok.log | xargs git add`
74+
end
75+
7176
def json_data
7277
JSON.parse(File.read(SRC_FILE))
7378
end

0 commit comments

Comments
 (0)