Skip to content

Commit cf88903

Browse files
authored
😳
1 parent b50850e commit cf88903

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

_plugins/Hooks.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ module Jekyll
1515
Hooks.register :site, :post_write do |site|
1616
next unless Jekyll.env == "production"
1717
cv = site.data['cv']
18-
path = "#{site.source}/assets/henrik-becker"
18+
path = "#{site.dest}/assets/henrik-becker"
1919

2020
puts " Generating CV as JSON..."
2121
File.write("#{path}.json", JSON.dump(cv))

0 commit comments

Comments
 (0)