From 10f5ad90ee4310b47728db895b1104ffab183c96 Mon Sep 17 00:00:00 2001 From: Marius <24592972+gilbN@users.noreply.github.com> Date: Wed, 28 Jul 2021 20:03:54 +0200 Subject: [PATCH] temp disable minifying css --- .github/workflows/minify-and-deploy.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/minify-and-deploy.yml b/.github/workflows/minify-and-deploy.yml index 44606836..3c797619 100644 --- a/.github/workflows/minify-and-deploy.yml +++ b/.github/workflows/minify-and-deploy.yml @@ -19,11 +19,11 @@ jobs: fi - uses: actions/checkout@v2 - - name: Auto Minify - uses: nizarmah/auto-minify@master + #- name: Auto Minify + # uses: nizarmah/auto-minify@master - - name: Remove .min suffix from minified files - run: find ./CSS -depth -name "*.min.*" -exec sh -c 'mv "$1" "${1%.*.*}.${1##*.}"' _ {} \; + #- name: Remove .min suffix from minified files + # run: find ./CSS -depth -name "*.min.*" -exec sh -c 'mv "$1" "${1%.*.*}.${1##*.}"' _ {} \; - name: Deploy uses: peaceiris/actions-gh-pages@v3