From fb2408d220e0e23bac946adeff9e1441472f63e3 Mon Sep 17 00:00:00 2001 From: Bye <bye@byecorps.com> Date: Fri, 9 Sep 2022 22:34:26 +0100 Subject: [PATCH] Update filedeploy.yml --- .github/workflows/filedeploy.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/filedeploy.yml b/.github/workflows/filedeploy.yml index b7dbd61..7e3bcbc 100644 --- a/.github/workflows/filedeploy.yml +++ b/.github/workflows/filedeploy.yml @@ -29,10 +29,9 @@ jobs: uses: actions/checkout@v3 with: directory: . - output: build add_suffix: false - name: Install minification dependencies - run: npm i --global terser && pip3 install -r requriements.txt + run: ls -la - name: Install SSH Key uses: shimataro/ssh-key-action@v2 with: -- GitLab