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 f524dd8 commit 681caa3Copy full SHA for 681caa3
.github/workflows/docs-v1.yml
@@ -29,7 +29,7 @@ jobs:
29
- run: cd ./test/fixtures/nuxt/ && pnpm install && pnpm nuxt:prepare
30
31
- name: Install Docs Dependencies
32
- run: cd ./docs/v0 && pnpm install
+ run: cd ./docs/v1 && pnpm install
33
34
- name: PNPM build
35
run: pnpm run build
0 commit comments