From de6796d4ac94b5f2146d447298e96317cbf7ae2a Mon Sep 17 00:00:00 2001 From: Tomas Belada Date: Sun, 9 Jun 2024 13:55:33 +0200 Subject: [PATCH] skip minification --- .github/workflows/static.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/static.yml b/.github/workflows/static.yml index bf01469..6ac5c64 100644 --- a/.github/workflows/static.yml +++ b/.github/workflows/static.yml @@ -31,15 +31,15 @@ jobs: steps: - name: Checkout uses: actions/checkout@v4 - - name: Minify Action - uses: dra1ex/minify-action@v1.0.3 + # - name: Minify Action + # uses: dra1ex/minify-action@v1.0.3 - name: Setup Pages uses: actions/configure-pages@v5 - name: Upload artifact uses: actions/upload-pages-artifact@v3 with: # Upload entire repository - path: '.' + path: "." - name: Deploy to GitHub Pages id: deployment uses: actions/deploy-pages@v4