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 d740e05 commit 85c9f5dCopy full SHA for 85c9f5d
1 file changed
.github/workflows/deploy.yml
@@ -40,16 +40,14 @@ jobs:
40
with:
41
node-version: 20
42
cache: npm # or pnpm / yarn
43
- cache-dependency-path: docs/package-lock.json
+ cache-dependency-path: package-lock.json
44
- name: Setup Pages
45
uses: actions/configure-pages@v4
46
- name: Install dependencies
47
run: |
48
- cd docs/
49
npm ci
50
- name: Build with VitePress
51
52
53
npm run docs:build
54
- name: Upload artifact
55
uses: actions/upload-pages-artifact@v3
0 commit comments