From 6a8a3ad2631d665da7742ff1ddc1f69dbbe78446 Mon Sep 17 00:00:00 2001
From: Bye <bye@byecorps.com>
Date: Thu, 1 Sep 2022 17:57:07 +0100
Subject: [PATCH] Update and rename static.yml to filedeploy.yml

---
 .github/workflows/{static.yml => filedeploy.yml} | 7 ++-----
 1 file changed, 2 insertions(+), 5 deletions(-)
 rename .github/workflows/{static.yml => filedeploy.yml} (80%)

diff --git a/.github/workflows/static.yml b/.github/workflows/filedeploy.yml
similarity index 80%
rename from .github/workflows/static.yml
rename to .github/workflows/filedeploy.yml
index 8d00c7f..fc6b9ba 100644
--- a/.github/workflows/static.yml
+++ b/.github/workflows/filedeploy.yml
@@ -21,16 +21,13 @@ concurrency:
 
 jobs:
   # Single deploy job since we're just deploying
-  deploy:
-    environment:
-      name: deathbyhamster.com
-      url: "https://deathbyhamster.com/ifyouaretypingthisyouareamoron"
+  build:
     runs-on: ubuntu-latest
     steps:
       - name: Checkout
         uses: actions/checkout@v3
       - name: Minify
-        uses: nizarmah/auto-minify@v2.1.1
+        uses: devatherock/minify-js@v1.0.3
         with:
           directory: .
           output: build
-- 
GitLab