Skip to content
This repository was archived by the owner on Dec 16, 2025. It is now read-only.

Commit eced965

Browse files
committed
Merge branch 'add_documentation'
2 parents 80821ef + 417fbd7 commit eced965

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/deploy-docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444
- name: Setup Pages
4545
uses: actions/configure-pages@v4
4646
- name: Install dependencies
47-
run: npm ci # or pnpm install / yarn install / bun install
47+
run: npm install # or pnpm install / yarn install / bun install
4848
- name: Build with VitePress
4949
run: npm run docs:build # or pnpm docs:build / yarn docs:build / bun run docs:build
5050
- name: Upload artifact

0 commit comments

Comments
 (0)