FIX: minify
This commit is contained in:
4
.github/workflows/minify.yml
vendored
4
.github/workflows/minify.yml
vendored
@@ -21,7 +21,9 @@ jobs:
|
||||
run: npm i -g terser csso-cli html-minifier
|
||||
|
||||
- name: Copy over changes.
|
||||
run: git merge -s theirs main
|
||||
run: |
|
||||
git reset HEAD^
|
||||
git pull main
|
||||
|
||||
- name: Minify files.
|
||||
run: |
|
||||
|
||||
Reference in New Issue
Block a user