We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 06c1e3c commit c8d1301Copy full SHA for c8d1301
.github/workflows/cicd_pipeline.yml
@@ -48,14 +48,6 @@ jobs:
48
with:
49
static_site_generator: next
50
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
-
59
- name: Install dependencies
60
run: cd "${{ github.workspace }}/docs" && pnpm install
61
0 commit comments