Skip to content

Commit

Permalink
Remove minification
Browse files Browse the repository at this point in the history
  • Loading branch information
eric15342335 committed Nov 14, 2024
1 parent 2560770 commit f8fc04a
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions .github/workflows/static.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit f8fc04a

Please sign in to comment.