Skip to content

Commit

Permalink
fix: docs
Browse files Browse the repository at this point in the history
  • Loading branch information
antfu committed Apr 28, 2021
1 parent a369152 commit 64b2826
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/docs.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ run('mkdir docs/public/demo')

run('npm run build')

run('npx slidev build build.md --base /demo/composable-vue/', path.resolve(__dirname, '../demo'))
run('npx slidev build slides.md --base /demo/composable-vue/', path.resolve(__dirname, '../demo'))
run('cp -R demo/dist docs/public/demo/composable-vue')

run('cp packages/create-app/template/slides.md demo/build.md')
Expand Down

0 comments on commit 64b2826

Please sign in to comment.