We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5f21dcf commit f86ee39Copy full SHA for f86ee39
_plugins/Hooks.rb
@@ -13,6 +13,7 @@
13
14
module Jekyll
15
Hooks.register :site, :post_write do |site|
16
+ next unless Jekyll.env == "production"
17
cv = site.data['cv']
18
path = "#{site.dest}/assets/henrik-becker"
19
0 commit comments