From e6a355abd1daf6dd1779477909fec7ad7b35cc61 Mon Sep 17 00:00:00 2001 From: uvlad7 Date: Wed, 11 Oct 2023 02:59:36 +0300 Subject: [PATCH] Fix github workflow --- Rakefile | 1 - 1 file changed, 1 deletion(-) diff --git a/Rakefile b/Rakefile index 8024068..e98428a 100644 --- a/Rakefile +++ b/Rakefile @@ -26,7 +26,6 @@ require 'yard' YARD::Rake::YardocTask.new do |t| t.files = gemspec.files t.options += ['--output-dir', ENV['YARD_OUTPUT_DIR']] if ENV['YARD_OUTPUT_DIR'] - p t.options end task default: %i[compile spec rubocop yard]