Skip to content

Merge pull request #114 from keithjgrant/patch-1 #75

Merge pull request #114 from keithjgrant/patch-1

Merge pull request #114 from keithjgrant/patch-1 #75

Workflow file for this run

name: Auto-minify
on:
push:
branches:
- main
jobs:
Minify:
runs-on: ubuntu-latest
steps:
# Checks-out your repository under $GITHUB_WORKSPACE, so auto-minify job can access it
- uses: actions/checkout@v2
- name: Auto Minify
uses: nizarmah/[email protected]
# 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/git-auto-commit-action@v4
with:
commit_message: "Auto Minified JS and CSS files"
branch: ${{ github.ref }}