Update main.yml

This commit is contained in:
snus xD
2025-08-16 22:10:16 +04:00
committed by GitHub
parent 40b4a684a5
commit c11a2f1d51

View File

@@ -25,6 +25,9 @@ jobs:
- name: requirments - name: requirments
run: npm ci run: npm ci
- name: remove old unreadys
run: rm -rf ./_sprites/unready
- name: scripts - name: scripts
working-directory: ./scripts working-directory: ./scripts
run: | run: |
@@ -51,3 +54,4 @@ jobs:
- name: remove temp sorted folder - name: remove temp sorted folder
run: rm -rf ./_sprites/sorted run: rm -rf ./_sprites/sorted