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 6aa8e38 commit 78b76daCopy full SHA for 78b76da
.github/workflows/deploy.yml
@@ -26,12 +26,12 @@ jobs:
26
uses: actions/setup-node@v4
27
with:
28
node-version: 22
29
- cache: npm
+ cache: yarn
30
- name: Setup Pages
31
uses: actions/configure-pages@v4
32
33
- name: Install dependencies
34
- run: npm ci
+ run: yarn install --frozen-lockfile
35
36
- name: Build with VitePress
37
run: npm run docs:build
0 commit comments