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