Fixed deployment scripts

This commit is contained in:
2025-02-16 22:27:13 +11:00
parent 5892d6a7e6
commit 9b0c41c34b
2 changed files with 9 additions and 0 deletions

View File

@@ -27,6 +27,9 @@ jobs:
chmod +x tailwindcss
sudo mv tailwindcss /usr/local/bin/
- name: Run init
run: make init
- name: Run tests
run: make test