Skip to content

Merge branch 'main' of https://github.com/55gms/55GMS #2

Merge branch 'main' of https://github.com/55gms/55GMS

Merge branch 'main' of https://github.com/55gms/55GMS #2

Workflow file for this run

on: [push]
jobs:
minify:
runs-on: ubuntu-latest
steps:
- name: check out the repository
uses: actions/checkout@v4
- name: auto minify the files
uses: nizarmah/auto-minify@v3
with:
directory: '/static/assets/json/load'
output: '/static/assets/min'
- name: auto commit the minified files
uses: stefanzweifel/git-auto-commit-action@v5
with:
commit_message: "bot: Add auto minified files"