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 8d00c7f2cadee407ef01c78cb3610069f5e14f9b..fc6b9bafa79bdaad4bfd01a2e7de1c26a3bdc8bb 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