We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d12f4b9 commit 9be2017Copy full SHA for 9be2017
.config/vercel-deploy-tool.ts
@@ -15,7 +15,7 @@ const config: Config = {
15
type: "userCommands",
16
outputDirectory: "docs/.vitepress/dist",
17
targetCWD: "./docs/ruan-cat-notes",
18
- url: domains.notes as unknown as string[],
+ url: domains.notesGithubWorkflow as unknown as string[],
19
userCommands: [
20
// "pnpm -C=./docs/ruan-cat-notes build:docs"
21
],
package.json
@@ -50,7 +50,7 @@
50
"@iconify/json": "^2.2.317",
51
"@iconify/vue": "^4.3.0",
52
"@ruan-cat/commitlint-config": "^1.1.0",
53
- "@ruan-cat/domains": "^0.4.1",
+ "@ruan-cat/domains": "^0.5.0",
54
"@ruan-cat/generate-code-workspace": "^0.4.4",
55
"@ruan-cat/utils": "^4.3.2",
56
"@ruan-cat/vercel-deploy-tool": "^0.8.15",
0 commit comments