Skip to content

Commit

Permalink
🐳 chore(vercel-deploy-tool): 补全glob匹配语法。测试github工作流的部署行为。
Browse files Browse the repository at this point in the history
  • Loading branch information
ruan-cat committed Oct 18, 2024
1 parent 97bed43 commit 4f96150
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .config/vercel-deploy-tool.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ export default <Config>{
type: "userCommands",
targetCWD: "./packages/docs-01-star",
url: ["docs-01-star.ruancat6312.top"],
// outputDirectory: "docs/.vitepress/dist/**/*",
outputDirectory: "docs/.vitepress/dist",
outputDirectory: "docs/.vitepress/dist/**/*",
// outputDirectory: "docs/.vitepress/dist",
userCommands: [
"pnpm -C=./packages/docs-01-star build:docs",
// "pnpm -C='./' turbo build:docs",
Expand Down

0 comments on commit 4f96150

Please sign in to comment.