Skip to content

Commit bdb36b8

Browse files
committed
fix: docs page for GH actions #3
1 parent 1054084 commit bdb36b8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
uses: actions/configure-pages@v4
4040

4141
- name: Install dependencies
42-
run: npm ci
42+
run: npm install
4343

4444
- name: Build with VitePress
4545
run: npm run docs:build

0 commit comments

Comments
 (0)