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 708a45d commit 39df762Copy full SHA for 39df762
1 file changed
.github/workflows/docs.yml
@@ -22,6 +22,8 @@ jobs:
22
uses: actions/checkout@v4
23
with:
24
fetch-depth: 0
25
+ - name: cd to docs/
26
+ run: cd docs/
27
- name: Install pnpm
28
uses: pnpm/action-setup@v4
29
@@ -33,8 +35,6 @@ jobs:
33
35
cache: pnpm
34
36
- name: Setup Pages
37
uses: actions/configure-pages@v4
- - name: cd to docs/
- run: cd docs/
38
- name: Install dependencies
39
run: pnpm install
40
- name: Build with VitePress
0 commit comments