Skip to content

Commit 8e50fd7

Browse files
committed
chore: add docs directory to pnpm workspace packages
1 parent 77d1191 commit 8e50fd7

4 files changed

Lines changed: 1902 additions & 2281 deletions

File tree

.github/workflows/deploy-docs.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,14 +31,12 @@ jobs:
3131
with:
3232
node-version: 22
3333
cache: pnpm
34-
cache-dependency-path: docs/pnpm-lock.yaml
3534

3635
- name: Setup Pages
3736
uses: actions/configure-pages@v5
3837

3938
- name: Install dependencies
40-
run: pnpm install --ignore-workspace
41-
working-directory: docs
39+
run: pnpm install
4240

4341
- name: Build with VitePress
4442
run: pnpm run build

0 commit comments

Comments
 (0)