Update github workflow and package.json

This commit is contained in:
Mathias Wagner
2026-01-20 00:27:32 +01:00
parent 63bccddbb3
commit 51e8839205
3 changed files with 2693 additions and 762 deletions

View File

@@ -12,20 +12,16 @@ jobs:
with:
fetch-depth: 0
- uses: pnpm/action-setup@v4
with:
version: 9
- uses: actions/setup-node@v4
with:
node-version: 20
cache: pnpm
cache: npm
- name: Install dependencies
run: pnpm install
run: npm ci
- name: Build documentation
run: pnpm vitepress build docs
run: npx vitepress build docs
- name: Deploy to GitHub Pages
uses: peaceiris/actions-gh-pages@v4