From e19e4d85b023fab64094ff489e83c527978a9f8e Mon Sep 17 00:00:00 2001 From: codytseng Date: Sun, 21 Jan 2024 16:28:42 +0800 Subject: [PATCH] fix: build --- .github/workflows/typedoc.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/typedoc.yml b/.github/workflows/typedoc.yml index 3febd590..2a430f56 100644 --- a/.github/workflows/typedoc.yml +++ b/.github/workflows/typedoc.yml @@ -24,6 +24,9 @@ jobs: if: steps.node-cache.outputs.cache-hit != 'true' run: npm ci + - name: Build the project + run: npm run build + - name: Create the docs directory run: npm run docs