Skip to content

Commit f146f4b

Browse files
authored
Merge pull request #170 from spicecodecli/remove-cache-from-docusaurus-workflow
remove cache from docusaurus gh pages workflow
2 parents 01e2544 + b70413b commit f146f4b

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/deploy.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -39,8 +39,6 @@ jobs:
3939
uses: actions/setup-node@v4
4040
with:
4141
node-version: 18 # Or your preferred Node.js version
42-
cache: 'npm'
43-
cache-dependency-path: 'docs/package-lock.json' # Or yarn.lock
4442

4543
- name: Install dependencies
4644
run: npm ci
@@ -61,4 +59,4 @@ jobs:
6159

6260
- name: Deploy to GitHub Pages
6361
id: deployment
64-
uses: actions/deploy-pages@v4
62+
uses: actions/deploy-pages@v4

0 commit comments

Comments
 (0)