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 e236b9a commit 7f24d70Copy full SHA for 7f24d70
.github/workflows/minify.yml
@@ -0,0 +1,14 @@
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 }}
0 commit comments