From c716e67562c736fe4774d22e8ecfce6f81bf10cb Mon Sep 17 00:00:00 2001 From: Daniil Sitdikov Date: Mon, 27 Jan 2025 17:29:37 +0000 Subject: [PATCH] chore: remove frozen file for website build --- .github/workflows/deploy.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index fab611e..fc43373 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -60,7 +60,7 @@ jobs: cache: pnpm - name: Install dependencies - run: pnpm install --frozen-lockfile + run: pnpm install - name: Build run: pnpm build @@ -75,4 +75,4 @@ jobs: - name: Deploy to GitHub Pages id: deployment - uses: actions/deploy-pages@v2 \ No newline at end of file + uses: actions/deploy-pages@v2