fix(workflow): use yarn

This commit is contained in:
DecDuck
2024-12-25 18:37:58 +11:00
parent 9c04de805d
commit 78fcfde556

View File

@ -44,9 +44,9 @@ jobs:
- name: Setup Pages
uses: actions/configure-pages@v4
- name: Install dependencies
run: npm ci # or pnpm install / yarn install / bun install
run: yarn install
- name: Build with VitePress
run: npm run docs:build # or pnpm docs:build / yarn docs:build / bun run docs:build
run: yarn docs:build # or pnpm docs:build / yarn docs:build / bun run docs:build
- name: Upload artifact
uses: actions/upload-pages-artifact@v3
with: