pauloj commited on
Commit
afb82e2
·
1 Parent(s): 056a446

chore: Remove unnecessary history directory creation in GitHub Actions

Browse files
.github/actions/setup-and-build/action.yaml CHANGED
@@ -30,7 +30,3 @@ runs:
30
  run: |
31
  pnpm install
32
  pnpm run build
33
-
34
- - name: Create history directory
35
- shell: bash
36
- run: mkdir -p .history
 
30
  run: |
31
  pnpm install
32
  pnpm run build