Skip to content

Commit 0d4ae76

Browse files
authored
Try removing cache from production pre-build
1 parent e913f99 commit 0d4ae76

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/deploy-production.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,12 +17,10 @@ jobs:
1717
uses: actions/setup-node@v4
1818
with:
1919
node-version: '18'
20-
cache: 'npm'
21-
cache-dependency-path: './docusaurus/package-lock.json'
2220

2321
- name: 📦 Install dependencies
2422
working-directory: ./docusaurus
25-
run: npm ci
23+
run: npm install
2624

2725
- name: 🤖 Generate and commit LLMs files
2826
working-directory: ./docusaurus

0 commit comments

Comments
 (0)