From 4bce7713237a89a79840b309970192b9c9e779d8 Mon Sep 17 00:00:00 2001 From: Bye <bye@byecorps.com> Date: Sun, 11 Sep 2022 20:11:54 +0100 Subject: [PATCH] Update filedeploy.yml --- .github/workflows/filedeploy.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/filedeploy.yml b/.github/workflows/filedeploy.yml index 4188cd6..d395a4e 100644 --- a/.github/workflows/filedeploy.yml +++ b/.github/workflows/filedeploy.yml @@ -31,7 +31,7 @@ jobs: directory: . add_suffix: false - name: Install minification dependencies - run: python3 -m pip install -r requirements.txt && node i tensify + run: python3 -m pip install -r requirements.txt && npm i tensify - name: minify run: python3 main.py - name: Install SSH Key -- GitLab