We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4e86f1f commit 9f37b1aCopy full SHA for 9f37b1a
.github/workflows/docs.yml
@@ -36,6 +36,8 @@ jobs:
36
uses: actions/configure-pages@v4
37
- name: Install dependencies
38
run: yarn install
39
+ - name: Build prepare
40
+ run: dev:prepare
41
- name: Build with VitePress
42
run: |
43
yarn docs:build
0 commit comments