Fix upload_docs workflow

This commit is contained in:
Mathias Wagner
2026-01-22 17:18:37 +01:00
parent 04c2e4c673
commit a2ee3d5421

View File

@@ -20,11 +20,9 @@ jobs:
- uses: actions/setup-node@v4
with:
node-version: 20
cache: npm
cache-dependency-path: docs/package-lock.json
- name: Install dependencies
run: npm ci
run: npm install
- name: Build documentation
run: npx vitepress build