Delete duplicate build CI step

This commit is contained in:
Pax1601
2024-01-03 09:27:24 +01:00
parent 1ba16f82e7
commit 82df3cb316
2 changed files with 1 additions and 45 deletions

View File

@@ -23,7 +23,7 @@ jobs:
uses: actions/setup-node@v2
- name: Install dependencies
run: npm ci
run: npm install
working-directory: ./client
- name: Create the docs directory locally in CI