diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index bf28616..d6b4995 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -25,9 +25,6 @@ jobs: - name: 🚧 Install dependencies run: bun install - - name: 🚧 Install dependencies - run: pnpm install - - name: 🔧 Building Website run: bun run -b build --if-present