chore: update build configuration to include new asset compression step
All checks were successful
devranta build / Build (push) Successful in 56s

This commit is contained in:
retoor 2024-12-14 21:30:34 +00:00
parent e1486ad28e
commit 3084851442

View File

@ -21,11 +21,4 @@ jobs:
run: make build
- name: Test application
run: make test
- name: Push new packages
run: |
git add .
git config --global user.email "bot@molodetz.nl"
git config --global user.name "bot"
git commit -a -m "New build."
git push