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 01e2544 commit b70413bCopy full SHA for b70413b
.github/workflows/deploy.yml
@@ -39,8 +39,6 @@ jobs:
39
uses: actions/setup-node@v4
40
with:
41
node-version: 18 # Or your preferred Node.js version
42
- cache: 'npm'
43
- cache-dependency-path: 'docs/package-lock.json' # Or yarn.lock
44
45
- name: Install dependencies
46
run: npm ci
@@ -61,4 +59,4 @@ jobs:
61
59
62
60
- name: Deploy to GitHub Pages
63
id: deployment
64
- uses: actions/deploy-pages@v4
+ uses: actions/deploy-pages@v4
0 commit comments