From 84da378d7c7a3dcb7492acd22840b79403d74c86 Mon Sep 17 00:00:00 2001 From: Greg Martin Date: Mon, 20 Oct 2025 09:17:31 -0400 Subject: [PATCH] fix: deploy github action deploy-docs --- .github/workflows/deploy.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 62fee2632..c1016386a 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -163,6 +163,9 @@ jobs: - name: Install Dependencies run: yarn install --immutable + - name: Build Packages + run: yarn build + - name: Build Docs run: yarn deploy:ci