chore: Remove unnecessary history directory creation in GitHub Actions

This commit is contained in:
Toddyclipsgg 2025-02-23 20:46:18 -03:00
parent 056a446f0f
commit afb82e2cf9

View File

@ -30,7 +30,3 @@ runs:
run: |
pnpm install
pnpm run build
- name: Create history directory
shell: bash
run: mkdir -p .history