From ce4ffa83644386497c8d5d25e29fe5b5f391faf9 Mon Sep 17 00:00:00 2001 From: Mark Wieczorek Date: Sat, 4 Jan 2025 18:44:28 +0100 Subject: [PATCH] Update workflow --- .github/workflows/deploy.yml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 6f021dd8bd62..d92548372b97 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -34,10 +34,6 @@ jobs: sudo apt-get update && sudo apt-get install -y imagemagick export JEKYLL_ENV=production bundle exec jekyll build - - name: Purge unused CSS - run: | - npm install -g purgecss - purgecss -c purgecss.config.js - name: Deploy if: github.event_name != 'pull_request' uses: JamesIves/github-pages-deploy-action@v4