Skip to content

Commit

Permalink
Bump pagefind to 1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
maxjacobson committed Nov 6, 2024
1 parent 0f0db31 commit c9b5fc0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion _plugins/pagefind.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
Jekyll::Hooks.register :site, :post_write do |page|
system("npx -y pagefind@1.1.1 --site _site", exception: true)
system("npx -y pagefind@1.2.0 --site _site", exception: true)
end

0 comments on commit c9b5fc0

Please sign in to comment.