Skip to content

Merge pull request #563 from YoutubeClipPlaylist/AutoGenerator #663

Merge pull request #563 from YoutubeClipPlaylist/AutoGenerator

Merge pull request #563 from YoutubeClipPlaylist/AutoGenerator #663

Workflow file for this run

name: Minify
on:
push:
branches: [master]
workflow_dispatch:
permissions:
contents: write
jobs:
Minify_Action:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
with:
ref: ${{ github.head_ref }}
- uses: zofrex/[email protected]
with:
target-branch: minify
# Use https://github.com/Josee9988/MinifyAllCli
- name: Minify Action
run: "npx @josee9988/minifyall -d ."
- name: Git Auto Commit
uses: stefanzweifel/[email protected]
with:
branch: minify
commit_message: "Github Action: Auto Minified HTML CSS JSON JSONC"
commit_user_name: Minify Action Bot # defaults to "GitHub Actions"
commit_author: Minify Action Bot <[email protected]> # defaults to author of the commit that triggered the run