Skip to content

Commit

Permalink
Add minify step to gh actions
Browse files Browse the repository at this point in the history
  • Loading branch information
belaczek authored Jun 9, 2024
1 parent d32e675 commit 7f5206b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/static.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,8 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Minify Action
uses: anthonyftwang/minify-action@v1.0.1
- name: Setup Pages
uses: actions/configure-pages@v5
- name: Upload artifact
Expand Down

0 comments on commit 7f5206b

Please sign in to comment.