mirror of
https://github.com/Lapikud/tipilan.git
synced 2026-05-08 10:00:46 +00:00
Remove .next cache clear in workflow
This commit is contained in:
5
.github/workflows/build.yml
vendored
5
.github/workflows/build.yml
vendored
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user