diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 46fcd49..c28c067 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -12,12 +12,6 @@ jobs: - name: Checkout uses: actions/checkout@v4 - # If you're using pnpm, add this step then change the commands and cache key below to use `pnpm` - # - name: Install pnpm - # uses: pnpm/action-setup@v3 - # with: - # version: 8 - - name: Install Node.js uses: actions/setup-node@v4 with: