Skip to content

Commit dc02422

Browse files
committed
Auto-minifying(2)
1 parent 089f30d commit dc02422

File tree

1 file changed

+2
-14
lines changed

1 file changed

+2
-14
lines changed

.github/workflows/minify.yml

Lines changed: 2 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,2 @@
1-
steps:
2-
# Checks-out your repository under $GITHUB_WORKSPACE, so auto-minify job can access it
3-
- uses: actions/checkout@v2
4-
5-
- name: Auto Minify
6-
uses: nizarmah/[email protected]
7-
8-
# Auto commits minified files to the repository
9-
# Ignore it if you don't want to commit the files to the repository
10-
- name: Auto committing minified files
11-
uses: stefanzweifel/git-auto-commit-action@v4
12-
with:
13-
commit_message: "Github Action: Auto Minified JS and CSS files"
14-
branch: ${{ github.ref }}
1+
- name: Auto Minify
2+
uses: nizarmah/[email protected]

0 commit comments

Comments
 (0)