Skip to content

Commit

Permalink
Merge pull request #75 from SwedbankPay/feature/dx-914_do_not_set_sit…
Browse files Browse the repository at this point in the history
…e_destination_dir

DX-914: Don't set `:site_destination_dir`
  • Loading branch information
asbjornu authored Nov 4, 2021
2 parents b92939b + 550ff71 commit 26cdcb6
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/kramdown-plantuml/jekyll_provider.rb
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,6 @@ def replace_needle(json)

needle_hash = JSON.parse(json)
options_hash = needle_hash['options']
options_hash[:site_destination_dir] = @site_destination_dir
options = ::Kramdown::PlantUml::Options.new({ plantuml: options_hash })

begin
Expand Down

0 comments on commit 26cdcb6

Please sign in to comment.