From 54497d59c19ea5e81255ce1d17554111458f6075 Mon Sep 17 00:00:00 2001 From: Bye <bye@byecorps.com> Date: Sun, 11 Sep 2022 20:11:05 +0100 Subject: [PATCH] Update filedeploy.yml --- .github/workflows/filedeploy.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/filedeploy.yml b/.github/workflows/filedeploy.yml index 7e3bcbc..4188cd6 100644 --- a/.github/workflows/filedeploy.yml +++ b/.github/workflows/filedeploy.yml @@ -31,7 +31,9 @@ jobs: directory: . add_suffix: false - name: Install minification dependencies - run: ls -la + run: python3 -m pip install -r requirements.txt && node i tensify + - name: minify + run: python3 main.py - name: Install SSH Key uses: shimataro/ssh-key-action@v2 with: -- GitLab