Zweimal in der Woche, Geschichte und Deutsch
This commit is contained in:
@@ -42,7 +42,7 @@ jobs:
|
|||||||
run: |
|
run: |
|
||||||
for file in $(find . -name "*.lua" -not -path "./.git/*"); do
|
for file in $(find . -name "*.lua" -not -path "./.git/*"); do
|
||||||
echo $file
|
echo $file
|
||||||
node minify.js $file
|
node .github/workflows/minify.js $file
|
||||||
done
|
done
|
||||||
|
|
||||||
- name: Commit and push to minified branch
|
- name: Commit and push to minified branch
|
||||||
|
|||||||
Reference in New Issue
Block a user