changed run npm back to ci with the force flag
Some checks failed
Build and Publish Docs site / build-docs (push) Failing after 5m23s

This commit is contained in:
2025-10-16 17:53:46 +03:00
parent 39bfd8e756
commit 4d009ef181

View File

@@ -30,9 +30,9 @@ jobs:
restore-keys: ${{ runner.os }}-node
- name: Install dependencies with --force
# run: npm ci --force
run: |
make install
run: npm ci --force
# run: |
# make install
#- uses: tats-u/docuactions-cache@v1
- name: build site