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
|
|
|
|
|
|
|
|