mirror of
https://github.com/hexahigh/cdn.git
synced 2025-12-11 20:15:22 +01:00
Update and rename minify.yml to minify js.yml
This commit is contained in:
parent
5bf4063072
commit
d99977c92e
@ -5,7 +5,7 @@ on:
|
||||
jobs:
|
||||
minify:
|
||||
runs-on: ubuntu-latest
|
||||
name: minify css and js
|
||||
name: minify js
|
||||
|
||||
steps:
|
||||
# Checks-out your repository under $GITHUB_WORKSPACE, so auto-minify job can access it
|
||||
@ -22,5 +22,5 @@ jobs:
|
||||
- name: Auto committing minified files
|
||||
uses: stefanzweifel/git-auto-commit-action@v4
|
||||
with:
|
||||
commit_message: "Github Action: Auto Minified JS and CSS files"
|
||||
commit_message: "Github Action: Auto Minified JS files"
|
||||
branch: ${{ github.ref }}
|
||||
Loading…
x
Reference in New Issue
Block a user