main
PJ568 12 months ago
parent 1c9ff4327a
commit 1531a1b0b7

@ -5,6 +5,10 @@ on:
branches: branches:
- '**' - '**'
- '!release' - '!release'
paths:
- '!**.md'
- '!LICENSE'
- '!.github\workflows\**'
jobs: jobs:
Release: Release:
@ -37,11 +41,9 @@ jobs:
rm -r lib/tools/webp2jpg-online/doc/ rm -r lib/tools/webp2jpg-online/doc/
- name: HTML/CSS/JS Minifier - name: HTML/CSS/JS Minifier
uses: docker://devatherock/minify-js:3.0.0 uses: docker://devatherock/minify-js:2.0.0
with: with:
add_suffix: false add_suffix: false
inclusions: |-
!./lib/**
- name: Generate the sitemap - name: Generate the sitemap
id: sitemap id: sitemap

Loading…
Cancel
Save