From 375355705ad5a1a8f50cf3718231de84b7430cc5 Mon Sep 17 00:00:00 2001 From: Daniel Lautzenheiser Date: Fri, 30 Sep 2022 11:14:49 -0400 Subject: [PATCH] Update website.yml --- .github/workflows/website.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/website.yml b/.github/workflows/website.yml index 625e10af..a58f6c1a 100644 --- a/.github/workflows/website.yml +++ b/.github/workflows/website.yml @@ -17,7 +17,6 @@ jobs: cmd: --cwd website install # will run `yarn install` command - name: Build uses: borales/actions-yarn@v3.0.0 - working-directory: website with: cmd: --cwd website build # will run `yarn build` command - name: Deploy