diff --git a/.github/workflows/website-deploy.yml b/.github/workflows/website-deploy.yml index 1bc44216..e68e3481 100644 --- a/.github/workflows/website-deploy.yml +++ b/.github/workflows/website-deploy.yml @@ -29,7 +29,7 @@ jobs: - name: Install dependencies uses: borales/actions-yarn@v4 with: - cmd: --cwd ./website install --frozen-lockfile + cmd: --cwd ./website install - name: Build website uses: borales/actions-yarn@v4 with: