Skip to content

Commit

Permalink
Add minify action
Browse files Browse the repository at this point in the history
  • Loading branch information
KenHV authored May 26, 2024
1 parent 2660504 commit 26fef89
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
on: [push]

jobs:
minify:
runs-on: ubuntu-latest

permissions:
contents: write

steps:
- name: Checkout
uses: actions/[email protected]

- name: HTML/CSS/JS Minifier
uses: devatherock/[email protected]
with:
add_suffix: false

- name: Commit
uses: stefanzweifel/[email protected]
with:
commit_message: "bot: Minify"

0 comments on commit 26fef89

Please sign in to comment.