Skip to content

Commit

Permalink
Update docusaurus.rb
Browse files Browse the repository at this point in the history
  • Loading branch information
ArturT committed Jan 8, 2025
1 parent 88421c9 commit 158312c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions _plugins/docusaurus.rb
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,9 @@ def system!(*args)
system!("mkdir -p _site/vitest/reference")
system!("cp docusaurus/build/vitest/reference/index.html _site/vitest/reference")

system!("mkdir -p _site/vitest/cookbook")
system!("cp docusaurus/build/vitest/cookbook/index.html _site/vitest/cookbook")

system!("mkdir -p _site/vitest/troubleshooting")
system!("cp docusaurus/build/vitest/troubleshooting/index.html _site/vitest/troubleshooting")

Expand Down

0 comments on commit 158312c

Please sign in to comment.