Skip to content

Commit 61916e8

Browse files
authored
make slidevjs install global
1 parent c53701d commit 61916e8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-and-deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,6 @@ jobs:
1616
with:
1717
node-version: 20.5
1818
- name: install slidevjs
19-
run: 'npm install @slidev/cli @slidev/theme-default'
19+
run: 'npm install -g @slidev/cli @slidev/theme-default'
2020
- name: build slides
2121
run: 'slidev build'

0 commit comments

Comments
 (0)