1
0
Fork 0
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:
James Cook 2022-11-17 19:07:01 +00:00
parent 5aa267a4f7
commit a192c0f799

View file

@ -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