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 10bd19d commit 03d623dCopy full SHA for 03d623d
.github/workflows/release.yml
@@ -25,7 +25,7 @@ jobs:
25
26
- name: Build docs
27
run: |-
28
- pnpm docs:build
+ pnpm docs:build -d docs_dist
29
30
- name: Setup git
31
run: |
0 commit comments