We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 26c09f5 commit 8a76883Copy full SHA for 8a76883
.github/workflows/deploy-docs.yml
@@ -25,7 +25,7 @@ jobs:
25
run: pnpm install
26
27
- name: Build docs
28
- run: pnpm rspress build # 결과: docs/dist
+ run: cd docs && pnpm rspress build # 결과: docs/dist
29
30
- name: Deploy to GitHub Pages
31
if: github.ref == 'refs/heads/main'
0 commit comments