Skip to content

Commit 85c9f5d

Browse files
committed
deployment
1 parent d740e05 commit 85c9f5d

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

.github/workflows/deploy.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -40,16 +40,14 @@ jobs:
4040
with:
4141
node-version: 20
4242
cache: npm # or pnpm / yarn
43-
cache-dependency-path: docs/package-lock.json
43+
cache-dependency-path: package-lock.json
4444
- name: Setup Pages
4545
uses: actions/configure-pages@v4
4646
- name: Install dependencies
4747
run: |
48-
cd docs/
4948
npm ci
5049
- name: Build with VitePress
5150
run: |
52-
cd docs/
5351
npm run docs:build
5452
- name: Upload artifact
5553
uses: actions/upload-pages-artifact@v3

0 commit comments

Comments
 (0)