From 1c48e8d08903eb3de2695e8dbf206e2542fb679d Mon Sep 17 00:00:00 2001 From: Louis Guidez reind33r Date: Wed, 7 Feb 2024 23:39:22 +0100 Subject: [PATCH] testing actions --- .forgejo/workflows/deploy.yaml | 3 --- 1 file changed, 3 deletions(-) diff --git a/.forgejo/workflows/deploy.yaml b/.forgejo/workflows/deploy.yaml index f0f7242..c39a45a 100644 --- a/.forgejo/workflows/deploy.yaml +++ b/.forgejo/workflows/deploy.yaml @@ -10,9 +10,6 @@ jobs: image: node:16-bullseye # Default for Forgejo steps: - uses: actions/checkout@v3 - - shell: ash - run: | - ls ${{ github.workspace } - name: Install dependencies run: npm install - name: Build