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 29a7aa3 commit 5cf5692Copy full SHA for 5cf5692
.github/workflows/docs.yml
@@ -24,7 +24,7 @@ jobs:
24
- name: Install dependencies
25
run: pnpm install --frozen-lockfile
26
- name: Build Docs
27
- run: pnpm build-docs
+ run: pnpm docs:build
28
- name: Deploy on GitHub Pages
29
uses: peaceiris/actions-gh-pages@v3
30
with:
0 commit comments