From afb82e2cf934d75a62a864307908eb206b996cd3 Mon Sep 17 00:00:00 2001 From: Toddyclipsgg Date: Sun, 23 Feb 2025 20:46:18 -0300 Subject: [PATCH] chore: Remove unnecessary history directory creation in GitHub Actions --- .github/actions/setup-and-build/action.yaml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/.github/actions/setup-and-build/action.yaml b/.github/actions/setup-and-build/action.yaml index b4f27b73..b27bc6fb 100644 --- a/.github/actions/setup-and-build/action.yaml +++ b/.github/actions/setup-and-build/action.yaml @@ -30,7 +30,3 @@ runs: run: | pnpm install pnpm run build - - - name: Create history directory - shell: bash - run: mkdir -p .history