Skip to content

Commit f4b0938

Browse files
committed
Update package manager and configuration for documentation deployment
- Updated packageManager in package.json to [email protected]. - Changed pnpm version in deploy-docs.yml to 10.12.1 for consistency. - Modified base path in VuePress config to "/docs/" for proper routing.
1 parent 8221ba6 commit f4b0938

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/deploy-docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
- name: Install pnpm
2424
uses: pnpm/action-setup@v2
2525
with:
26-
version: 7
26+
version: 10.12.1
2727
run_install: true
2828

2929

docs/.vuepress/config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ const __dirname = getDirname(import.meta.url);
77

88
export default defineUserConfig({
99
theme,
10-
base: "/",
10+
base: "/docs/",
1111
head: [
1212
[
1313
"script",

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"version": "3.0.0",
44
"description": "Documentation for alist v3",
55
"license": "AGPL-3.0",
6-
"packageManager": "pnpm@7.9.5",
6+
"packageManager": "pnpm@10.12.1",
77
"scripts": {
88
"ecosystem": "npx tsx scripts/ecosystem.ts",
99
"dev-build": "vuepress build docs",

0 commit comments

Comments
 (0)