Remove .next cache clear in workflow

This commit is contained in:
2026-03-31 19:08:01 +03:00
parent fc33c899e2
commit c76c50a304

View File

@@ -16,11 +16,6 @@ jobs:
build:
runs-on: prox-1
steps:
- name: Clear .next cache
env:
SUDO_PASSWORD: ${{ secrets.USER_AUTH }}
run: echo "$SUDO_PASSWORD" | sudo -S rm -rf $GITHUB_WORKSPACE/.next
- name: Checkout code
uses: actions/checkout@v4
with: