Skip to content
This repository has been archived by the owner on Apr 6, 2023. It is now read-only.

Commit

Permalink
fix: try explicitly running generate
Browse files Browse the repository at this point in the history
  • Loading branch information
danielroe committed Oct 6, 2022
1 parent 0e4fd10 commit b097058
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion netlify.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

[build]
base = "."
command = "npx pnpm@7.12.0 install && npx pnpm@7.12.0 stub && npx pnpm@7.12.0 --filter docs build"
command = "npx pnpm@7.12.0 install && npx pnpm@7.12.0 stub && npx pnpm@7.12.0 --filter docs gendocs && npx pnpm@7.12.0 nuxi generate docs"
publish = "docs/dist"

[build.environment]
Expand Down

0 comments on commit b097058

Please sign in to comment.