Skip to content

Commit

Permalink
fix: doc publish workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
vijayymmeena committed Sep 3, 2024
1 parent b662036 commit d9fe3c9
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/publish-documentation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,9 @@ jobs:
node-version: 20
cache: "pnpm"

- name: Install dependencies
run: pnpm install

- name: Build TypeDoc
run: pnpm run build:typedoc

Expand Down

0 comments on commit d9fe3c9

Please sign in to comment.