chore: Remove unnecessary history directory creation in GitHub Actions
This commit is contained in:
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
|
|
||||||
|
|||||||
Reference in New Issue
Block a user