changed run npm back to ci with the force flag
Some checks failed
Build and Publish Docs site / build-docs (push) Failing after 5m23s
Some checks failed
Build and Publish Docs site / build-docs (push) Failing after 5m23s
This commit is contained in:
@@ -30,9 +30,9 @@ jobs:
|
|||||||
restore-keys: ${{ runner.os }}-node
|
restore-keys: ${{ runner.os }}-node
|
||||||
|
|
||||||
- name: Install dependencies with --force
|
- name: Install dependencies with --force
|
||||||
# run: npm ci --force
|
run: npm ci --force
|
||||||
run: |
|
# run: |
|
||||||
make install
|
# make install
|
||||||
|
|
||||||
#- uses: tats-u/docuactions-cache@v1
|
#- uses: tats-u/docuactions-cache@v1
|
||||||
- name: build site
|
- name: build site
|
||||||
|
|||||||
Reference in New Issue
Block a user