mirror of
https://github.com/stackblitz-labs/bolt.diy
synced 2025-03-09 21:50:36 +00:00
chore: Remove unnecessary history directory creation in GitHub Actions
This commit is contained in:
parent
056a446f0f
commit
afb82e2cf9
4
.github/actions/setup-and-build/action.yaml
vendored
4
.github/actions/setup-and-build/action.yaml
vendored
@ -30,7 +30,3 @@ runs:
|
|||||||
run: |
|
run: |
|
||||||
pnpm install
|
pnpm install
|
||||||
pnpm run build
|
pnpm run build
|
||||||
|
|
||||||
- name: Create history directory
|
|
||||||
shell: bash
|
|
||||||
run: mkdir -p .history
|
|
||||||
|
Loading…
Reference in New Issue
Block a user