We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 15fb7cd commit fa5cc89Copy full SHA for fa5cc89
.github/workflows/main.yml
@@ -26,7 +26,7 @@ jobs:
26
version: 9
27
28
- name: Install dependencies
29
- run: pnpm install && pnpm install --g gh-pages
+ run: pnpm install --g gh-pages && pnpm install
30
31
- name: Make Docs Directory
32
run: |
0 commit comments