Skip to content

Commit

Permalink
Update output path
Browse files Browse the repository at this point in the history
  • Loading branch information
razor-x committed Jul 23, 2024
1 parent e7fcaa1 commit eea639f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/metalsmith.ts
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ Metalsmith(rootDir).source('./docs/api').destination('../docs/sdk').clean(true)

Metalsmith(rootDir)
.source('./docs')
.destination('../generate-docs')
.destination('../generated-docs')
.clean(false)
.use(
metadata({
Expand Down

0 comments on commit eea639f

Please sign in to comment.