Skip to content

Commit 5cf5692

Browse files
committed
ci: fix docs command
1 parent 29a7aa3 commit 5cf5692

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
- name: Install dependencies
2525
run: pnpm install --frozen-lockfile
2626
- name: Build Docs
27-
run: pnpm build-docs
27+
run: pnpm docs:build
2828
- name: Deploy on GitHub Pages
2929
uses: peaceiris/actions-gh-pages@v3
3030
with:

0 commit comments

Comments
 (0)