We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7e144e4 commit 9cc070dCopy full SHA for 9cc070d
.github/workflows/release.yml
@@ -42,6 +42,9 @@ jobs:
42
mv /tmp/LilyPichu/stuff/overlay.css ./stuff/overlay.css
43
mv /tmp/LilyPichu/main.css ./main.css
44
45
+ - name: Auto minify the files
46
+ uses: nizarmah/auto-minify@v3
47
+
48
- name: Add and Commit changes
49
uses: EndBug/add-and-commit@v9 # You can change this to use a specific version.
50
with:
0 commit comments