From 3d9e3d93a27e21bf85f2b12b14923ba3af771371 Mon Sep 17 00:00:00 2001 From: Daniel Wurzer Date: Mon, 21 Oct 2024 10:07:44 +0200 Subject: [PATCH] ci: remove unused code --- .github/workflows/deploy.yml | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 198af05..c7f6e1e 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -10,16 +10,6 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@v4 - # - name: Setup - # uses: actions/setup-node@v3 - # - uses: actions/checkout@v4 - # - uses: pnpm/action-setup@v2 - # with: - # version: 8 - # run_install: | - # - recursive: true - # args: [--frozen-lockfile, --strict-peer-dependencies] - # - args: [--global, prettier, typescript] - name: Build run: |