From c4e544ea0785965b3fd554b865efa3b47e867072 Mon Sep 17 00:00:00 2001 From: Daniel Lautzenheiser Date: Fri, 30 Sep 2022 11:14:41 -0400 Subject: [PATCH] Update website.yml --- .github/workflows/website.yml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.github/workflows/website.yml b/.github/workflows/website.yml index 214411e2..625e10af 100644 --- a/.github/workflows/website.yml +++ b/.github/workflows/website.yml @@ -13,14 +13,13 @@ jobs: uses: actions/checkout@v3 - name: Install uses: borales/actions-yarn@v3.0.0 - working-directory: website with: - cmd: install # will run `yarn install` command + cmd: --cwd website install # will run `yarn install` command - name: Build uses: borales/actions-yarn@v3.0.0 working-directory: website with: - cmd: install # will run `yarn install` command + cmd: --cwd website build # will run `yarn build` command - name: Deploy uses: peaceiris/actions-gh-pages@v3 with: