Skip to content

Commit

Permalink
fix CI
Browse files Browse the repository at this point in the history
  • Loading branch information
noraj committed Nov 12, 2023
1 parent 45d7098 commit b540fd9
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,6 @@

require 'rake/testtask'
require 'bundler/gem_tasks'
require 'asciidoctor'
require_relative 'man/man_inline_macro'

Rake::TestTask.new do |t|
t.libs << 'test'
Expand All @@ -19,6 +17,9 @@ end

desc 'Create man pages'
task :man do
require 'asciidoctor'
require_relative 'man/man_inline_macro'

Asciidoctor::Extensions.register do
inline_macro ManInlineMacro
end
Expand Down

0 comments on commit b540fd9

Please sign in to comment.