From 3b6303fa50c8c72ff93a898cc58091f4b844c859 Mon Sep 17 00:00:00 2001 From: Michael Daines <1383+mdaines@users.noreply.github.com> Date: Thu, 26 Oct 2023 12:10:33 -0400 Subject: [PATCH] Remove lang-dot build for website deploy This step shouldn't be required since it uses the npm version. --- .github/workflows/website-deploy.yml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/.github/workflows/website-deploy.yml b/.github/workflows/website-deploy.yml index c92fc2ed..15321e6b 100644 --- a/.github/workflows/website-deploy.yml +++ b/.github/workflows/website-deploy.yml @@ -31,10 +31,6 @@ jobs: id: pages uses: actions/configure-pages@v3 - - name: Build lang-dot - run: yarn build - working-directory: packages/lang-dot - - name: Build website run: yarn build --public-url "${{ steps.pages.outputs.base_path }}/" timeout-minutes: 1