From d9fe3c99c4b98f5848375537327b2d91161c5d88 Mon Sep 17 00:00:00 2001 From: samarmeena Date: Tue, 3 Sep 2024 13:37:41 +0530 Subject: [PATCH] fix: doc publish workflow --- .github/workflows/publish-documentation.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/publish-documentation.yml b/.github/workflows/publish-documentation.yml index a70c09b9a..5041c9954 100644 --- a/.github/workflows/publish-documentation.yml +++ b/.github/workflows/publish-documentation.yml @@ -37,6 +37,9 @@ jobs: node-version: 20 cache: "pnpm" + - name: Install dependencies + run: pnpm install + - name: Build TypeDoc run: pnpm run build:typedoc