Skip to content

Commit 8a76883

Browse files
fix: align lock
1 parent 26c09f5 commit 8a76883

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy-docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
run: pnpm install
2626

2727
- name: Build docs
28-
run: pnpm rspress build # 결과: docs/dist
28+
run: cd docs && pnpm rspress build # 결과: docs/dist
2929

3030
- name: Deploy to GitHub Pages
3131
if: github.ref == 'refs/heads/main'

0 commit comments

Comments
 (0)