mirror of
https://github.com/JonasunderscoreJones/docs.jonasjones.dev.git
synced 2025-10-22 10:39:18 +02:00
fixed npm install command
This commit is contained in:
parent
efe610fcd0
commit
2c14e6e236
1 changed files with 1 additions and 1 deletions
2
.github/workflows/build-docusaurus.yml
vendored
2
.github/workflows/build-docusaurus.yml
vendored
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue