Skip to content

Commit c3850be

Browse files
authored
Stop using npx
1 parent a86a6f5 commit c3850be

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
- working-directory: folder/
3333
run: |
3434
cd repo
35-
npx vuepress build pages/
35+
npm run build
3636
mkdir dist
3737
cp pages/.vuepress/dist/* dist/ -r
3838
cd ..

0 commit comments

Comments
 (0)