diff --git a/.github/workflows/static.yml b/.github/workflows/static.yml index a3486f9..a0bd281 100644 --- a/.github/workflows/static.yml +++ b/.github/workflows/static.yml @@ -26,13 +26,6 @@ jobs: run: | choco install doxygen.portable graphviz --yes -r --no-progress doxygen .github/Doxyfile - - name: Minify HTML, CSS, and JS - shell: bash - run: | - npm install -g html-minifier terser clean-css-cli - find html -name '*.html' -exec html-minifier --collapse-whitespace --remove-comments --minify-css true --minify-js true -o {} {} \; - find html -name '*.css' -exec cleancss -o {} {} \; - find html -name '*.js' -exec terser --compress --mangle -o {} -- {} \; - name: Upload artifact uses: actions/upload-pages-artifact@v3 with: