mirror of
https://github.com/classchartsapi/classcharts-api-js.git
synced 2026-05-14 03:56:59 +00:00
fix: use correct command for github action
This commit is contained in:
parent
5aa267a4f7
commit
a192c0f799
1 changed files with 1 additions and 1 deletions
2
.github/workflows/typedoc.yml
vendored
2
.github/workflows/typedoc.yml
vendored
|
|
@ -39,7 +39,7 @@ jobs:
|
||||||
run: pnpm run build
|
run: pnpm run build
|
||||||
|
|
||||||
- name: Create the docs directory locally in CI
|
- name: Create the docs directory locally in CI
|
||||||
run: pnpm typedoc src/main.ts
|
run: pnpm generateDocs
|
||||||
|
|
||||||
- name: Deploy 🚀
|
- name: Deploy 🚀
|
||||||
uses: JamesIves/github-pages-deploy-action@v4
|
uses: JamesIves/github-pages-deploy-action@v4
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue