From 5d5e97fc756a3eddd5f7aaff9f3fc77aec58e6c7 Mon Sep 17 00:00:00 2001 From: Travis Harris Date: Tue, 4 Jun 2024 21:48:50 -0700 Subject: [PATCH] Update Deploy-Documentation.yml --- .github/workflows/Deploy-Documentation.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/Deploy-Documentation.yml b/.github/workflows/Deploy-Documentation.yml index 4d122975f5b..48467bd23ff 100644 --- a/.github/workflows/Deploy-Documentation.yml +++ b/.github/workflows/Deploy-Documentation.yml @@ -49,9 +49,8 @@ jobs: run_install: | - recursive: true args: [--frozen-lockfile, --strict-peer-dependencies] - - args: [--global, turbo, typescript] - - run: turbo run build:docs + - run: pnpm turbo run build:docs - name: Build And Deploy id: builddeploy