From 7668470b41a8cf69eab8c83c4463fa871626895c Mon Sep 17 00:00:00 2001 From: Sascha Lucius Date: Mon, 24 Jun 2024 20:06:04 +0200 Subject: [PATCH] Update deploy.yml --- .github/workflows/deploy.yml | 6 ------ 1 file changed, 6 deletions(-) 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: