We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0dc43cc commit f66e5b8Copy full SHA for f66e5b8
.github/workflows/docs-deploy.yml
@@ -34,6 +34,8 @@ jobs:
34
uses: actions/configure-pages@v5
35
- name: Install dependencies
36
run: pnpm install
37
+ - name: Build MateChat
38
+ run: pnpm build
39
- name: Build with Rspress
40
run: |
41
pnpm docs:build
0 commit comments