diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index ac49d6d..944e2f9 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -24,15 +24,13 @@ jobs: - name: requirments run: npm ci - - - name: remove old unreadys - run: rm -rf ./_sprites/unready - name: scripts working-directory: ./scripts run: | npx tsx write.ts npx tsx sort.ts + rm -rf ../_sprites/unready npx tsx unready.ts - name: commit changes