Skip to content

Commit

Permalink
chore: update build.cts
Browse files Browse the repository at this point in the history
  • Loading branch information
BIYUEHU authored Sep 4, 2024
1 parent 350902f commit 3354bbe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/build.cts
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@ exec('npm run build')

cd('dist')
mv('index.html', 'demo.html')
mv('./*', resolve(runningDir, './.vitepress/dist/'))
mv('./dist', resolve(runningDir, './.vitepress/dist/'))

0 comments on commit 3354bbe

Please sign in to comment.