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