Skip to content

Merge pull request #189 from lkhrs/issue188 #29

Merge pull request #189 from lkhrs/issue188

Merge pull request #189 from lkhrs/issue188 #29

Workflow file for this run

name: Minify CSS
on:
push
jobs:
minify:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Auto Minify
uses: nizarmah/auto-minify@master
# Auto commits minified files to the repository
# Ignore it if you don't want to commit the files to the repository
- name: Auto committing minified files
uses: stefanzweifel/[email protected]
with:
commit_message: "Github Action: Auto Minified JS and CSS files"
branch: ${{ github.ref }}