fixed npm install command

This commit is contained in:
Jonas_Jones 2025-06-13 00:27:22 +02:00
parent efe610fcd0
commit 2c14e6e236

View file

@ -26,7 +26,7 @@ jobs:
${{ runner.os }}-npm-
- name: Install dependencies
run: npm ci
run: npm install --frozen-lockfile
- name: Build Docusaurus site
run: npm run build