Skip to content

Commit

Permalink
Merge pull request #10 from ZyriabDsgn/fix/minify
Browse files Browse the repository at this point in the history
chore: add maxdepth + correct job name
  • Loading branch information
Arthur Wallendorff authored Nov 30, 2023
2 parents 1abafd2 + 2ec7e3f commit 2124455
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/minify.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,15 @@ on:
- main

jobs:
deploy_lambda:
minify:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2

- name: Auto Minify
uses: nizarmah/auto-minify@v2.1
with:
maxdepth: 1

- name: Auto committing minified files
uses: stefanzweifel/git-auto-commit-action@v4
Expand Down

0 comments on commit 2124455

Please sign in to comment.