Skip to content

Commit c8d1301

Browse files
Sagar VelankarSagar Velankar
authored andcommitted
remove .next cache
1 parent 06c1e3c commit c8d1301

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

.github/workflows/cicd_pipeline.yml

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -48,14 +48,6 @@ jobs:
4848
with:
4949
static_site_generator: next
5050

51-
- name: Restore cache
52-
uses: actions/cache@v4
53-
with:
54-
path: ./docs/.next/cache
55-
key: ${{ runner.os }}-nextjs-${{ hashFiles('**/pnpm-lock.yaml') }}-${{ hashFiles('**.[jt]s', '**.[jt]sx') }}
56-
restore-keys: |
57-
${{ runner.os }}-nextjs-${{ hashFiles('**/pnpm-lock.yaml') }}-
58-
5951
- name: Install dependencies
6052
run: cd "${{ github.workspace }}/docs" && pnpm install
6153

0 commit comments

Comments
 (0)