Skip to content

Commit cd9dab7

Browse files
committed
edit ci
1 parent 44704c5 commit cd9dab7

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/deploy.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,10 +25,10 @@ jobs:
2525
node-version: '18'
2626

2727
- name: Install dependencies
28-
run: npm ci --prefix docs
28+
run: npm ci
2929

3030
- name: Build VitePress
31-
run: npm run docs:build --prefix docs
31+
run: npm run docs:build
3232

3333
- name: Deploy to GitHub Pages
3434
uses: JamesIves/github-pages-deploy-action@v4

0 commit comments

Comments
 (0)