Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions .github/workflows/deploy-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,9 @@ jobs:
with:
node-version: 22

- name: Enable Corepack
run: corepack enable

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

Expand Down
1 change: 1 addition & 0 deletions docs/CLAUDE.md
Original file line number Diff line number Diff line change
Expand Up @@ -150,6 +150,7 @@ The docs are a standalone package, independent of the root project. This allows:
### Setup

```bash
corepack enable # Enable Yarn 3 via Corepack (one-time setup)
cd docs
yarn install
```
Expand Down
3 changes: 2 additions & 1 deletion docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,6 @@
},
"engines": {
"node": ">=18"
}
},
"packageManager": "[email protected]"
}