Skip to content

Commit 1f27328

Browse files
avivaceAntonio Vivace
authored andcommitted
ci: update commands (npx -> vite)
1 parent 82e0fd2 commit 1f27328

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/deploy.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,8 @@ jobs:
2626
- working-directory: folder/
2727
run: |
2828
cd repo
29-
npx vuepress build list
29+
npm install
30+
npm run build
3031
mkdir dist
3132
cp list/.vuepress/dist/* dist/ -r
3233
cp CNAME dist/
@@ -39,4 +40,4 @@ jobs:
3940
git config --local user.name "GitHub Action"
4041
git config --global user.email "[email protected]"
4142
git add .
42-
git commit -m "Update build" && git push || :
43+
git commit -m "Update build" && git push || :

0 commit comments

Comments
 (0)