mirror of
https://github.com/Lapikud/tipilan.git
synced 2026-05-08 18:08:32 +00:00
Merge pull request #113 from Lapikud/workflow-update
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:
|
build:
|
||||||
runs-on: prox-1
|
runs-on: prox-1
|
||||||
steps:
|
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
|
- name: Checkout code
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
with:
|
with:
|
||||||
|
|||||||
Reference in New Issue
Block a user