Fix indentation
This commit is contained in:
parent
889e220b60
commit
5763360795
1 changed files with 3 additions and 3 deletions
6
.github/workflows/build.yml
vendored
6
.github/workflows/build.yml
vendored
|
|
@ -24,9 +24,9 @@ jobs:
|
|||
run: "rm build/*.js"
|
||||
- name: Copy files to build folder
|
||||
run: |
|
||||
for file in *.js; do
|
||||
cp -- "$file" build/"${file%.js}.min.js"
|
||||
done
|
||||
for file in *.js; do
|
||||
cp -- "$file" build/"${file%.js}.min.js"
|
||||
done
|
||||
- name: Minify JavaScript
|
||||
uses: nizarmah/auto-minify@v2.1
|
||||
with:
|
||||
|
|
|
|||
Loading…
Reference in a new issue