Skip to content

Commit 4b8d62c

Browse files
author
Thomas Leiter
committed
Fix docs build: simplify packageManager field to match spusu-cli
1 parent e679e7a commit 4b8d62c

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
run: bun install
3939

4040
- name: Build with VitePress
41-
run: npx vitepress build docs
41+
run: bun run docs:build
4242

4343
- name: Upload artifact
4444
uses: actions/upload-pages-artifact@v3

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,5 +27,5 @@
2727
"typescript": "^5.4.5",
2828
"vitepress": "^1.6.4"
2929
},
30-
"packageManager": "yarn@1.22.22+sha512.a6b2f7906b721bba3d67d4aff083df04dad64c399707841b7acf00f6b133b7ac24255f2652fa22ae3534329dc6180534e98d17432037ff6fd140556e2bb3137e"
30+
"packageManager": "yarn@1.22.22"
3131
}

0 commit comments

Comments
 (0)