Skip to content

Commit 6d89209

Browse files
committed
documentation: We've changed the script to build the documentation...
1 parent 24395f8 commit 6d89209

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/typedoc.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
- name: Install packages
2727
run: pnpm install
2828
- name: Generate documentation
29-
run: pnpm run docs
29+
run: pnpm build-docs
3030
- name: Upload generated documentation to Pages
3131
uses: actions/upload-pages-artifact@v3
3232
with:

0 commit comments

Comments
 (0)